-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[22.05] fix looks_like_yaml_or_cwl_with_class #15439
[22.05] fix looks_like_yaml_or_cwl_with_class #15439
Conversation
Maybe plug in one of the failing documents as a test |
767891f
to
e7d7385
Compare
as used in planemo
the string `class: ...` might appear on the first line hence the leading `\n` was wrong I guess its better to use `^` and `$` and add the MULTILINE flag
OK commited a test first and Now, lets push the fix again. |
Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com>
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.
Thank you!
Cool. Maybe we can get this and #14572 .. and get another prerelease of 22.06 packages? |
Thank you @bernt-matthias! |
This PR was merged without a "kind/" label, please correct. |
the string
class: ...
might appear on the first line hence the leading\n
was wrongI guess its better to use
^
and$
and add the MULTILINE flagBug has been introduced here: #12604
Suggestions for tests welcome
How to test the changes?
(Select all options that apply)
License