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