summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcssparser/testdata/scanner/comments
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qcssparser/testdata/scanner/comments')
-rw-r--r--tests/auto/qcssparser/testdata/scanner/comments/input1
-rw-r--r--tests/auto/qcssparser/testdata/scanner/comments/output4
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qcssparser/testdata/scanner/comments/input b/tests/auto/qcssparser/testdata/scanner/comments/input
new file mode 100644
index 0000000000..af2b659a5b
--- /dev/null
+++ b/tests/auto/qcssparser/testdata/scanner/comments/input
@@ -0,0 +1 @@
+/* let's see if comments actually work *//*foo*/ "it /*should be preserved \"in strings*/ though"
diff --git a/tests/auto/qcssparser/testdata/scanner/comments/output b/tests/auto/qcssparser/testdata/scanner/comments/output
new file mode 100644
index 0000000000..80ede0ba22
--- /dev/null
+++ b/tests/auto/qcssparser/testdata/scanner/comments/output
@@ -0,0 +1,4 @@
+S|/* let's see if comments actually work */
+S|/*foo*/
+S|
+STRING|"it /*should be preserved "in strings*/ though"