mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 17:25:24 +08:00
qt 6.5.1 original
This commit is contained in:
1
util/lexgen/tests/testdata/comments/input
vendored
Normal file
1
util/lexgen/tests/testdata/comments/input
vendored
Normal file
@ -0,0 +1 @@
|
||||
/* comment with stuff *//*another comment with * stars * inside*/
|
2
util/lexgen/tests/testdata/comments/output
vendored
Normal file
2
util/lexgen/tests/testdata/comments/output
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
TOK_COMMENT|/* comment with stuff */
|
||||
TOK_COMMENT|/*another comment with * stars * inside*/
|
2
util/lexgen/tests/testdata/comments/rules.lexgen
vendored
Normal file
2
util/lexgen/tests/testdata/comments/rules.lexgen
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
[Tokens]
|
||||
TOK_COMMENT = \/\*[^*]*\*+([^/*][^*]*\*+)*\/
|
Reference in New Issue
Block a user