| Index: lib/src/prism/tests/languages/vhdl/string_feature.test
|
| diff --git a/lib/src/prism/tests/languages/vhdl/string_feature.test b/lib/src/prism/tests/languages/vhdl/string_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..982ec897841bf3ff6e5d48640c7e173d9c78f02a
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/vhdl/string_feature.test
|
| @@ -0,0 +1,16 @@
|
| +""
|
| +"fo\"o"
|
| +"fo\"o\
|
| +bar"
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["string", "\"\""],
|
| + ["string", "\"fo\\\"o\""],
|
| + ["string", "\"fo\\\"o\\\r\nbar\""]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for strings.
|
|
|