Chromium Code Reviews| Index: lib/src/prism/tests/languages/latex/comment_feature.test |
| diff --git a/lib/src/prism/tests/languages/latex/comment_feature.test b/lib/src/prism/tests/languages/latex/comment_feature.test |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2f59d3c3f4d33177e12cabbb2655d2752c332ffe |
| --- /dev/null |
| +++ b/lib/src/prism/tests/languages/latex/comment_feature.test |
| @@ -0,0 +1,13 @@ |
| +% |
| +% foobar |
| + |
| +---------------------------------------------------- |
| + |
| +[ |
| + ["comment", "%"], |
| + ["comment", "% foobar"] |
| +] |
| + |
| +---------------------------------------------------- |
| + |
| +Checks for comments. |