diff options
| author | dgp@users.sourceforge.net <dgp> | 2011-09-07 17:48:06 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2011-09-07 17:48:06 (GMT) |
| commit | c123ce351c9f2e7ba759abc9f32febcb434705cf (patch) | |
| tree | a2977fe6ff34645342c386edd880ad62b1642542 | |
| parent | a92e752bf539deccb5ff2efac739e181899297f9 (diff) | |
| download | tcl-c123ce351c9f2e7ba759abc9f32febcb434705cf.zip tcl-c123ce351c9f2e7ba759abc9f32febcb434705cf.tar.gz tcl-c123ce351c9f2e7ba759abc9f32febcb434705cf.tar.bz2 | |
remove stray copy/paste
| -rw-r--r-- | tests/parseExpr.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/parseExpr.test b/tests/parseExpr.test index 1620a62..29d8c9f 100644 --- a/tests/parseExpr.test +++ b/tests/parseExpr.test @@ -997,10 +997,6 @@ test parseExpr-21.63 {error message} -body { } -returnCodes error -result "missing close-brace in expression \"...12345678901234567890*\[\{abcdefghijklmnopqrstuv...\"" -test parseExpr-18.1 {LogSyntaxError procedure, error in expr longer than 60 chars} -constraints testexprparser -body { - testexprparser {(+0123456)*(+0123456)*(+0123456)*(+0123456)*(+0123456)*(+0123456)*(+0123456)/} -1 -} -returnCodes error -match glob -result * - test parseExpr-22.1 {Bug 3401704} -constraints testexprparser -body { testexprparser 2a() 1 } -result {- {} 0 subexpr 2 1 text 2 0 {}} |
