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

24 lines
316 B
Plaintext

#!/usr/bin/env q
/ Foobar
/
Foo
bar
\
\
Foo
Bar
----------------------------------------------------
[
["comment", "#!/usr/bin/env q"],
["comment", "/ Foobar"],
["comment", "/\r\nFoo\r\nbar\r\n\\"],
["comment", "\\\r\nFoo\r\nBar"]
]
----------------------------------------------------
Checks for comments.