| Index: lib/src/prism/tests/languages/twig/comment_feature.test
|
| diff --git a/lib/src/prism/tests/languages/twig/comment_feature.test b/lib/src/prism/tests/languages/twig/comment_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..41c2cf774ab8ce450220059f00214f97cc9044b0
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/twig/comment_feature.test
|
| @@ -0,0 +1,16 @@
|
| +{##}
|
| +{# foo #}
|
| +{# foo
|
| +bar #}
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["comment", "{##}"],
|
| + ["comment", "{# foo #}"],
|
| + ["comment", "{# foo\r\nbar #}"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for comments.
|
|
|