diff options
author | fvogel <fvogelnew1@free.fr> | 2024-01-09 21:40:58 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2024-01-09 21:40:58 (GMT) |
commit | 331c44949f4defc3c8c54a354150e7d8b3d8b5fd (patch) | |
tree | 8c8fdbc47e17afcec740fd5a76547e8d7666245b /tests | |
parent | 67214918c376c93229dae3f276550d26da961d45 (diff) | |
download | tk-331c44949f4defc3c8c54a354150e7d8b3d8b5fd.zip tk-331c44949f4defc3c8c54a354150e7d8b3d8b5fd.tar.gz tk-331c44949f4defc3c8c54a354150e7d8b3d8b5fd.tar.bz2 |
Adapt expected result of test textImage-1.19 following previous commit. This change is compliant with the documentation in text.n (section 'Embedded images').
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textImage.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textImage.test b/tests/textImage.test index 0d82bb4..5a905b6 100644 --- a/tests/textImage.test +++ b/tests/textImage.test @@ -268,7 +268,7 @@ test textImage-1.19 {basic image naming} -setup { } -cleanup { destroy .t image delete small -} -result {small small#1 small#6342 small#6343} +} -result {small small#1 small#2 small#6342} test textImage-2.1 {debug} -setup { destroy .t |