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

15 lines
291 B
Plaintext

---
foo: 4
FooBar : 5
----------------------------------------------------
[
["punctuation", "---"],
["key", "foo"], ["punctuation", ":"], ["number", "4"],
["key", "FooBar"], ["punctuation", ":"], ["number", "5"]
]
----------------------------------------------------
Checks for keys.