| Index: lib/src/prism/tests/languages/smalltalk/comment_feature.test
 | 
| diff --git a/lib/src/prism/tests/languages/smalltalk/comment_feature.test b/lib/src/prism/tests/languages/smalltalk/comment_feature.test
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..844e7ba3d16713ae02d9a76331e63d40eb19c335
 | 
| --- /dev/null
 | 
| +++ b/lib/src/prism/tests/languages/smalltalk/comment_feature.test
 | 
| @@ -0,0 +1,14 @@
 | 
| +"foobar"
 | 
| +"foo""bar
 | 
| +baz"
 | 
| +
 | 
| +----------------------------------------------------
 | 
| +
 | 
| +[
 | 
| +	["comment", "\"foobar\""],
 | 
| +	["comment", "\"foo\"\"bar\r\nbaz\""]
 | 
| +]
 | 
| +
 | 
| +----------------------------------------------------
 | 
| +
 | 
| +Checks for comments.
 | 
| 
 |