Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nitpick: wrong comments in the Getting Started "FOR Loops" example #257

Open
Lenormju opened this issue Apr 28, 2022 · 2 comments
Open

Nitpick: wrong comments in the Getting Started "FOR Loops" example #257

Lenormju opened this issue Apr 28, 2022 · 2 comments

Comments

@Lenormju
Copy link

It is a very minor issue. I would have fixed it myself, but I don't understand Vue enough to find how.
On the homepage, the Getting Started section features a live editor to play with some examples. One of them is about FOR Loops.
In it, the file 1_in.robot contains :

@{mammals}    cat    dog    cow

[...]

Loop over list
    Log To Console    Four mammals:
    FOR   ${var}    IN    @{mammals}
        Log To Console    ${var}
    END

But there is only 3 mammals, not 4.
The same goes for the birds.
But there is actually 4 users.

@mkorpela
Copy link
Member

mkorpela commented Aug 6, 2022

Screenshot 2022-08-06 at 11 57 35

I can see the problem. Actually examples are hosted in another repository.

@mdhtr
Copy link

mdhtr commented Apr 22, 2024

@mkorpela which repository are the examples hosted in?
I found a similar issue in the comments of the FOR-Loops example's 3_in_range.robot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants