mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 16:25:27 +08:00
qt 6.5.1 original
This commit is contained in:
1
util/lexgen/tests/testdata/casesensitivity/input
vendored
Normal file
1
util/lexgen/tests/testdata/casesensitivity/input
vendored
Normal file
@ -0,0 +1 @@
|
||||
abcdAbcDABCDeFgEFGefgEfghiHIHihI
|
14
util/lexgen/tests/testdata/casesensitivity/output
vendored
Normal file
14
util/lexgen/tests/testdata/casesensitivity/output
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
TOK_AB|ab
|
||||
TOK_CD|cd
|
||||
TOK_AB|Ab
|
||||
TOK_CD|cD
|
||||
TOK_AB|AB
|
||||
TOK_CD|CD
|
||||
TOK_EFG|eFg
|
||||
TOK_EFG|EFG
|
||||
TOK_EFG|efg
|
||||
TOK_EFG|Efg
|
||||
TOK_HI|hi
|
||||
TOK_HI|HI
|
||||
TOK_HI|Hi
|
||||
TOK_HI|hI
|
7
util/lexgen/tests/testdata/casesensitivity/rules.lexgen
vendored
Normal file
7
util/lexgen/tests/testdata/casesensitivity/rules.lexgen
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
[Options]
|
||||
case-insensitive
|
||||
[Tokens]
|
||||
TOK_AB = ab
|
||||
TOK_CD = cd
|
||||
TOK_EFG = [e-g]{3}
|
||||
TOK_HI = [hi]{2}
|
Reference in New Issue
Block a user