summaryrefslogtreecommitdiffstats
path: root/tests/canvMoveto.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/canvMoveto.test')
-rw-r--r--tests/canvMoveto.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canvMoveto.test b/tests/canvMoveto.test
index 79761a4..60eb6f3 100644
--- a/tests/canvMoveto.test
+++ b/tests/canvMoveto.test
@@ -33,7 +33,7 @@ test canvMoveto-1.5 {Bad args handling for "moveto" command} -body {
test canvMoveto-2.1 {Canvas "moveto" command coordinates} {
.c moveto test 200 150
.c bbox test
-} {200 150 272 232}
+} {200 150 272 232}
test canvMoveto-2.2 {Canvas "moveto" command, blank y coordinate} {
.c moveto test 200 150
.c moveto test 150 {}