| Index: lib/src/prism/tests/languages/nasm/string_feature.test
|
| diff --git a/lib/src/prism/tests/languages/nasm/string_feature.test b/lib/src/prism/tests/languages/nasm/string_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6cbc1ea97b5972cadc17a301fe95217eb9cdd8d6
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/nasm/string_feature.test
|
| @@ -0,0 +1,21 @@
|
| +""
|
| +"fo\"o"
|
| +''
|
| +'fo\'o'
|
| +``
|
| +`fo\`o`
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["string", "\"\""],
|
| + ["string", "\"fo\\\"o\""],
|
| + ["string", "''"],
|
| + ["string", "'fo\\'o'"],
|
| + ["string", "``"],
|
| + ["string", "`fo\\`o`"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for strings.
|
|
|