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