jellyfish-web/dashboard-ui/bower_components/prism/tests/languages/yaml/scalar_feature.test
2016-02-02 21:12:02 -05:00

23 lines
No EOL
405 B
Text

---
foo: >
Foo bar
baz
bar: |
Foo bar
baz
----------------------------------------------------
[
["punctuation", "---"],
["key", "foo"], ["punctuation", ":"],
["punctuation", ">"],
["scalar", "\r\n\tFoo bar\r\n\tbaz"],
["key", "bar"], ["punctuation", ":"],
["punctuation", "|"],
["scalar", "\r\n\tFoo bar\r\n\tbaz"]
]
----------------------------------------------------
Checks for scalars.