jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/yaml/scalar_feature.test
2016-02-03 18:00:01 -05:00

23 lines
405 B
Plaintext

---
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.