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

15 lines
356 B
Plaintext
Raw Normal View History

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