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

22 lines
401 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
#!/usr/local/bin/lua
--
-- Foobar
--[[Foo
bar]]
--[====[Foo
bar]=====] ]===]
baz]====]
----------------------------------------------------
[
["comment", "#!/usr/local/bin/lua"],
["comment", "--"],
["comment", "-- Foobar"],
["comment", "--[[Foo\r\nbar]]"],
["comment", "--[====[Foo\r\nbar]=====] ]===]\r\nbaz]====]"]
]
----------------------------------------------------
Checks for comments.