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