jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/handlebars/string_feature.test

25 lines
535 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
{{ "" }}
{{{''}}}
{{{"foobar"}}}
{{ 'foobar' }}
----------------------------------------------------
[
["handlebars", [
["delimiter", "{{"], ["string", "\"\""], ["delimiter", "}}"]
]],
["handlebars", [
["delimiter", "{{{"], ["string", "''"], ["delimiter", "}}}"]
]],
["handlebars", [
["delimiter", "{{{"], ["string", "\"foobar\""], ["delimiter", "}}}"]
]],
["handlebars", [
["delimiter", "{{"], ["string", "'foobar'"], ["delimiter", "}}"]
]]
]
----------------------------------------------------
Checks for strings