diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-24 20:04:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-24 20:04:58 (GMT) |
commit | c0b4b17c115f5bd0872e62ff51bf9230c41a3089 (patch) | |
tree | e23aa65c5d4f9b3d343d02fd31c000e4f44e5f68 /tests/range.test | |
parent | eb4b6b9d490eb059e61c8f369026c914cb0f2c7d (diff) | |
download | tcl-c0b4b17c115f5bd0872e62ff51bf9230c41a3089.zip tcl-c0b4b17c115f5bd0872e62ff51bf9230c41a3089.tar.gz tcl-c0b4b17c115f5bd0872e62ff51bf9230c41a3089.tar.bz2 |
Fix windows build (invalid '&'). Eliminate end-of-line spacing
Diffstat (limited to 'tests/range.test')
-rw-r--r-- | tests/range.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/range.test b/tests/range.test index c68a8f9..d1e96ad 100644 --- a/tests/range.test +++ b/tests/range.test @@ -163,7 +163,7 @@ test range-2.12 {decreasing range with step} arithSeriesDouble { } { 25.0 20.0 15.0 10.0 5.0 0.0 -5.0 -10.0 -15.0 -20.0 -25.0} test range-2.13 {count only operation} { - range 5 + range 5 } {0 1 2 3 4} test range-2.14 {count with step} { |