diff options
author | dgp <dgp@users.sourceforge.net> | 2016-02-16 18:21:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-02-16 18:21:09 (GMT) |
commit | b8bdf8881b1e1ac7220d7a87a05248384426e326 (patch) | |
tree | bfb8ae8bf1edde5bb9423ccb0568bf91eec016a3 /tests | |
parent | 9e0da9a8a02dceebf16ed424cdef34ebcb6f3b5c (diff) | |
parent | 365dd709b8625b7b08f347f0c0122612c454b618 (diff) | |
download | tk-b8bdf8881b1e1ac7220d7a87a05248384426e326.zip tk-b8bdf8881b1e1ac7220d7a87a05248384426e326.tar.gz tk-b8bdf8881b1e1ac7220d7a87a05248384426e326.tar.bz2 |
merge trunk
Diffstat (limited to 'tests')
-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 |