prism/tests/languages/dax/string_feature.test

19 lines
289 B
Plaintext

""
"foo"
"foo
bar"
"foo""bar"
----------------------------------------------------
[
["string", "\"\""],
["string", "\"foo\""],
["string", "\"foo\r\nbar\""],
["string", "\"foo\"\"bar\""]
]
----------------------------------------------------
Checks for strings.