summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-12-04 20:45:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-12-04 20:45:11 (GMT)
commit6d936db4a3aa4bed9449e2810de3dd9b20ecc6b2 (patch)
tree4f07618420b80d4752925925b1ead5e19a7f1a5d /tests
parentdd4c175c818027548fd867fe331db5239880b1fd (diff)
downloadtcl-6d936db4a3aa4bed9449e2810de3dd9b20ecc6b2.zip
tcl-6d936db4a3aa4bed9449e2810de3dd9b20ecc6b2.tar.gz
tcl-6d936db4a3aa4bed9449e2810de3dd9b20ecc6b2.tar.bz2
The isalpha(.) calls remaining in the expr parser still bring nonportability.
Commit a test that demonstrates that.
Diffstat (limited to 'tests')
-rw-r--r--tests/parseExpr.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/parseExpr.test b/tests/parseExpr.test
index 3e0df29..c3b0d71 100644
--- a/tests/parseExpr.test
+++ b/tests/parseExpr.test
@@ -1057,6 +1057,9 @@ test parseExpr-22.19 {Bug d2ffcca163} -constraints testexprparser -body {
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