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

23 lines
No EOL
464 B
Text

---
foo: ""
bar: "fo\"obar"
foo: ''
bar: 'fo\'obar'
----------------------------------------------------
[
["punctuation", "---"],
["key", "foo"], ["punctuation", ":"],
["string", "\"\""],
["key", "bar"], ["punctuation", ":"],
["string", "\"fo\\\"obar\""],
["key", "foo"], ["punctuation", ":"],
["string", "''"],
["key", "bar"], ["punctuation", ":"],
["string", "'fo\\'obar'"]
]
----------------------------------------------------
Checks for strings.