mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 08:45:25 +08:00
qt 6.5.1 original
This commit is contained in:
1
util/lexgen/tests/testdata/backtrack2/input
vendored
Normal file
1
util/lexgen/tests/testdata/backtrack2/input
vendored
Normal file
@ -0,0 +1 @@
|
||||
LETXTRA
|
2
util/lexgen/tests/testdata/backtrack2/output
vendored
Normal file
2
util/lexgen/tests/testdata/backtrack2/output
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
TOK_LET|LET
|
||||
TOK_XTRA|XTRA
|
4
util/lexgen/tests/testdata/backtrack2/rules.lexgen
vendored
Normal file
4
util/lexgen/tests/testdata/backtrack2/rules.lexgen
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
[Tokens]
|
||||
TOK_LET = LET
|
||||
TOK_LETXX = LETXX
|
||||
TOK_XTRA = XTRA
|
Reference in New Issue
Block a user