diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-08-02 23:08:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-08-02 23:08:00 (GMT) |
commit | 1bc2496e012681e5f83cbe757b04d58c57083b07 (patch) | |
tree | 233f9fd3e29f2b9fb6280ac50e8f2e251e08c7bf /tests/expr.test | |
parent | 6042bb0be18a7102155afc95163120cb6b2a35ea (diff) | |
parent | 40947c7d3eeb124dfd51a08dbdfc556a7a402bd6 (diff) | |
download | tcl-1bc2496e012681e5f83cbe757b04d58c57083b07.zip tcl-1bc2496e012681e5f83cbe757b04d58c57083b07.tar.gz tcl-1bc2496e012681e5f83cbe757b04d58c57083b07.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/expr.test')
-rw-r--r-- | tests/expr.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expr.test b/tests/expr.test index 0b9bd48..e31da7a 100644 --- a/tests/expr.test +++ b/tests/expr.test @@ -7164,7 +7164,7 @@ test expr-52.1 { list [expr {$a eq {}}] [expr {$a < {}}] [expr {$a > {}}] [ string match {*no string representation*} [ ::tcl::unsupported::representation $a]] -} {0 0 1 1} +} {0 0 1 1} |