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