diff options
Diffstat (limited to 'tests/yaml-1.2-spec-examples/example-10.3')
-rw-r--r-- | tests/yaml-1.2-spec-examples/example-10.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/yaml-1.2-spec-examples/example-10.3 b/tests/yaml-1.2-spec-examples/example-10.3 new file mode 100644 index 0000000..50e83bc --- /dev/null +++ b/tests/yaml-1.2-spec-examples/example-10.3 @@ -0,0 +1,4 @@ +Block style: !!str |- + String: just a theory. + +Flow style: !!str "String: just a theory." |