diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-11 13:58:42 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-11 13:58:42 (GMT) |
commit | 2c864a03e860d3d1b46385e52f6fb648b9f7edb2 (patch) | |
tree | f8a61157e15d27ab72ceb4ed2f40b82e371cf94d | |
parent | 4dd26486a8997a2706c8c9369c4a17706c33e114 (diff) | |
download | tk-2c864a03e860d3d1b46385e52f6fb648b9f7edb2.zip tk-2c864a03e860d3d1b46385e52f6fb648b9f7edb2.tar.gz tk-2c864a03e860d3d1b46385e52f6fb648b9f7edb2.tar.bz2 |
Repair visual test for bevels, inadvertently broken in [6a93101279]
-rw-r--r-- | tests/bevel.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/bevel.tcl b/tests/bevel.tcl index 531def0..4af60f3 100644 --- a/tests/bevel.tcl +++ b/tests/bevel.tcl @@ -147,14 +147,12 @@ set ind [.t.t index end] xxxx} {} SSSSS sol100 {xxxx x} {} SSSSSSSSSSSSSSSSSS sol100 {x xxx} {} SSSSSSSSS sol100 xxxx {} -} .t.t insert end "\n\nA thinner border is continuous" .t.t insert end { xxxx} {} SSSSS sol12 {xxxx x} {} SSSSSSSSSSSSSSSSSS sol12 {x xxx} {} SSSSSSSSS sol12 xxxx {} -} .t.t tag add big $ind end |