-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add new test cases #100
Add new test cases #100
Conversation
src/58MP.yaml
Outdated
from: '@ingydotnet' | ||
tags: edge flow mapping | ||
yaml: | | ||
{"x" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is practically the same as https://github.com/yaml/yaml-test-suite/blob/main/src/4MUZ.yaml / https://github.com/yaml/yaml-test-suite/blob/main/src/5MUD.yaml
So maybe add it to the existing one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 7ba5479
src/2G84.yaml
Outdated
=VAL | | ||
-DOC | ||
-STR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these 3 lines should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually the whole tree
entry can be removed then.
|
||
- fail: true | ||
yaml: | | ||
-———»- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be complete, maybe also the other cases should be tested like:
?———»-
:———»-
?———»:
:———»:
6f81999
to
e174507
Compare
7828e10
to
dd62106
Compare
dd62106
to
c348517
Compare
from: '@ingydotnet' | ||
tags: edge | ||
yaml: | | ||
{x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one would also be a good candidate to include in 4MUZ maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some suggestions I made, but maybe I can make a PR on my own after we merge this.
It's hard to keep track of all the changes in this big PR.
No description provided.