| Index: lib/src/prism/tests/languages/apacheconf/comment_feature.test
|
| diff --git a/lib/src/prism/tests/languages/apacheconf/comment_feature.test b/lib/src/prism/tests/languages/apacheconf/comment_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bde22880ad36574b445de555b56bb693949b3b80
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/apacheconf/comment_feature.test
|
| @@ -0,0 +1,15 @@
|
| +#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.
|
|
|