diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-24 15:17:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-24 15:17:57 (GMT) |
commit | 5db75c45c9ce6e1fa62becdb0da954f712c391b8 (patch) | |
tree | 2bd2b2a26f8057fe991241533734f8f7d6f9adfe /tests/encoding.test | |
parent | 88661ac0e967d6c68f8ecdb76646b652214fe25b (diff) | |
download | tcl-5db75c45c9ce6e1fa62becdb0da954f712c391b8.zip tcl-5db75c45c9ce6e1fa62becdb0da954f712c391b8.tar.gz tcl-5db75c45c9ce6e1fa62becdb0da954f712c391b8.tar.bz2 |
Missing '0'
Diffstat (limited to 'tests/encoding.test')
-rw-r--r-- | tests/encoding.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/encoding.test b/tests/encoding.test index c259327..ec1d111 100644 --- a/tests/encoding.test +++ b/tests/encoding.test @@ -290,7 +290,7 @@ test encoding-12.5 {LoadTableEncoding: symbol encoding} { append x [encoding convertfrom symbol \x67] } "\x67\x67\u3b3" test encoding-12.6 {LoadTableEncoding: overflow in char value} fullutf { - encoding convertto iso8859-3 \U01000 + encoding convertto iso8859-3 \U010000 } "?" test encoding-13.1 {LoadEscapeTable} { |