mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-07 09:45:25 +08:00
qt 6.5.1 original
This commit is contained in:
1
tests/auto/gui/text/qcssparser/testdata/scanner/quotedstring/input
vendored
Normal file
1
tests/auto/gui/text/qcssparser/testdata/scanner/quotedstring/input
vendored
Normal file
@ -0,0 +1 @@
|
||||
background: 'test_bug.png';
|
5
tests/auto/gui/text/qcssparser/testdata/scanner/quotedstring/output
vendored
Normal file
5
tests/auto/gui/text/qcssparser/testdata/scanner/quotedstring/output
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
IDENT|background
|
||||
COLON|:
|
||||
S|
|
||||
STRING|'test_bug.png'
|
||||
SEMICOLON|;
|
Reference in New Issue
Block a user