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

Warning when parsing BREAK, CONTINUE and RETURN statements #70

Open
axiom41 opened this issue May 10, 2023 · 0 comments
Open

Warning when parsing BREAK, CONTINUE and RETURN statements #70

axiom41 opened this issue May 10, 2023 · 0 comments

Comments

@axiom41
Copy link

axiom41 commented May 10, 2023

Hello.
According to Robot Framework, "v5.0 added support for native BREAK, CONTINUE and RETURN statements and for inline IF, and that combination should be used instead of 'Exit For Loop If', 'Continue For Loop If' and 'Return From Keyword If' keywords" (that will be deprecated and removed in the future).
But, reading an output.xml file containing these native statements, they are neither parsed nor stored in the DB by TestArchiver, that shows the following warnings:

WARNING: begin unknown item 'break'
WARNING: ending unknown item 'break'
WARNING: begin unknown item 'continue'
WARNING: ending unknown item 'continue'
WARNING: begin unknown item 'return'
WARNING: ending unknown item 'return'

Would it be possible to make these statements read and stored, in a new TestArchiver release?

Many thanks in advance for your support.

@axiom41 axiom41 changed the title https://github.com/salabs/TestArchiver/issues Warning when parsing BREAK, CONTINUE and RETURN keywords May 10, 2023
@axiom41 axiom41 changed the title Warning when parsing BREAK, CONTINUE and RETURN keywords Warning when parsing BREAK, CONTINUE and RETURN statements May 10, 2023
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

1 participant