mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 09:15:23 +08:00
qt 6.5.1 original
This commit is contained in:
1
tests/auto/gui/text/qcssparser/testdata/scanner/comments/input
vendored
Normal file
1
tests/auto/gui/text/qcssparser/testdata/scanner/comments/input
vendored
Normal file
@ -0,0 +1 @@
|
||||
/* let's see if comments actually work *//*foo*/ "it /*should be preserved \"in strings*/ though"
|
4
tests/auto/gui/text/qcssparser/testdata/scanner/comments/output
vendored
Normal file
4
tests/auto/gui/text/qcssparser/testdata/scanner/comments/output
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
S|/* let's see if comments actually work */
|
||||
S|/*foo*/
|
||||
S|
|
||||
STRING|"it /*should be preserved "in strings*/ though"
|
Reference in New Issue
Block a user