Index: lib/src/prism/tests/languages/matlab/string_feature.test |
diff --git a/lib/src/prism/tests/languages/matlab/string_feature.test b/lib/src/prism/tests/languages/matlab/string_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d3d0d6cab1d2ef8202f4dfc34b616169deba5724 |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/matlab/string_feature.test |
@@ -0,0 +1,13 @@ |
+'' |
+'foo''bar' |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["string", "''"], |
+ ["string", "'foo''bar'"] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for strings. |