diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-08-02 22:37:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-08-02 22:37:00 (GMT) |
commit | 40947c7d3eeb124dfd51a08dbdfc556a7a402bd6 (patch) | |
tree | 29cc3c615d724428abd6535042fc7dbca8e74b3c /tests/expr.test | |
parent | cff4a9d980f9d9a806440b5f72e9dcb0b960d502 (diff) | |
download | tcl-40947c7d3eeb124dfd51a08dbdfc556a7a402bd6.zip tcl-40947c7d3eeb124dfd51a08dbdfc556a7a402bd6.tar.gz tcl-40947c7d3eeb124dfd51a08dbdfc556a7a402bd6.tar.bz2 |
Purge end-of-line spacing
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 abaf31d..713681a 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} |