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