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