Update to 8.5.19
This commit is contained in:
@@ -1051,6 +1051,15 @@ test parseExpr-22.18 {Bug 3401704} -constraints testexprparser -body {
|
||||
testexprparser 0b02 -1
|
||||
} -returnCodes error -match glob -result {*invalid binary number*}
|
||||
|
||||
test parseExpr-22.19 {Bug d2ffcca163} -constraints testexprparser -body {
|
||||
testexprparser \u0433 -1
|
||||
} -returnCodes error -match glob -result {*invalid character*}
|
||||
test parseExpr-22.20 {Bug d2ffcca163} -constraints testexprparser -body {
|
||||
testexprparser \u043f -1
|
||||
} -returnCodes error -match glob -result {*invalid character*}
|
||||
test parseExpr-22.21 {Bug d2ffcca163} -constraints testexprparser -body {
|
||||
testexprparser in\u0433(0) -1
|
||||
} -returnCodes error -match glob -result {missing operand*}
|
||||
|
||||
# cleanup
|
||||
cleanupTests
|
||||
|
||||
Reference in New Issue
Block a user