jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/q/comment_feature.test

24 lines
316 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
#!/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.