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

15 lines
356 B
Plaintext

#foo
# bar
# Redirect 301 /2006/oldfile.html http://subdomain.domain.tld/newfile.html
----------------------------------------------------
[
["comment", "#foo"],
["comment", "# bar"],
["comment", "# Redirect 301 /2006/oldfile.html http://subdomain.domain.tld/newfile.html"]
]
----------------------------------------------------
Checks for comments.