summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcssparser/testdata/scanner/quotedstring
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qcssparser/testdata/scanner/quotedstring')
-rw-r--r--tests/auto/qcssparser/testdata/scanner/quotedstring/input1
-rw-r--r--tests/auto/qcssparser/testdata/scanner/quotedstring/output5
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qcssparser/testdata/scanner/quotedstring/input b/tests/auto/qcssparser/testdata/scanner/quotedstring/input
new file mode 100644
index 0000000000..deae3a8dab
--- /dev/null
+++ b/tests/auto/qcssparser/testdata/scanner/quotedstring/input
@@ -0,0 +1 @@
+background: 'test_bug.png';
diff --git a/tests/auto/qcssparser/testdata/scanner/quotedstring/output b/tests/auto/qcssparser/testdata/scanner/quotedstring/output
new file mode 100644
index 0000000000..ed52419594
--- /dev/null
+++ b/tests/auto/qcssparser/testdata/scanner/quotedstring/output
@@ -0,0 +1,5 @@
+IDENT|background
+COLON|:
+S|
+STRING|'test_bug.png'
+SEMICOLON|;