mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Added a (recursive) ordering, so we have a canonical output that we can compare.
This commit is contained in:
20
test.yaml
20
test.yaml
@@ -1,17 +1,3 @@
|
||||
literal: |
|
||||
Here's a literal scalar.
|
||||
That's a newline.
|
||||
|
||||
Let's go...
|
||||
folded: >
|
||||
Here's a folded scalar that
|
||||
wraps over to a newline.
|
||||
|
||||
Let's go...
|
||||
regular: Here's a regular
|
||||
scalar that keeps
|
||||
on wrapping...
|
||||
|
||||
|
||||
Let's go!
|
||||
and last key: so it doesn't go bonkers
|
||||
abeginning: value
|
||||
zend: value
|
||||
middle: value
|
Reference in New Issue
Block a user