Skip to content

Commit

Permalink
#382 escape with apostrophes as well
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Jul 14, 2020
1 parent 5029085 commit 56e59ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/escapedScalarsInSequence.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scalars:
- "escaped: scalar, looks like mapping"
- "{escaped: scalar, like: flow}"
- '{escaped: scalar, like: flow}'
- "- escapedScalar3"
- "[scalar, like, flow, sequence]"
- '[scalar, like, flow, sequence]'

0 comments on commit 56e59ac

Please sign in to comment.