mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 01:05:23 +08:00
qt 6.5.1 original
This commit is contained in:
1
util/lexgen/tests/testdata/negation/input
vendored
Normal file
1
util/lexgen/tests/testdata/negation/input
vendored
Normal file
@ -0,0 +1 @@
|
||||
aycabd
|
2
util/lexgen/tests/testdata/negation/output
vendored
Normal file
2
util/lexgen/tests/testdata/negation/output
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
TOK_A|ayc
|
||||
TOK_B|abd
|
3
util/lexgen/tests/testdata/negation/rules.lexgen
vendored
Normal file
3
util/lexgen/tests/testdata/negation/rules.lexgen
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[Tokens]
|
||||
TOK_A = a[^b]c
|
||||
TOK_B = abd
|
Reference in New Issue
Block a user