diff options
author | sebres <sebres@users.sourceforge.net> | 2020-04-14 13:58:10 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2020-04-14 13:58:10 (GMT) |
commit | 4343a826717f73f3345f7ff231565b1dd71d8373 (patch) | |
tree | 556d6323367db89c950b0ef4bc619491ef7dde96 /tests/encoding.test | |
parent | bb758346eb6bcee6e987cc3fb668a17aa6422531 (diff) | |
download | tcl-4343a826717f73f3345f7ff231565b1dd71d8373.zip tcl-4343a826717f73f3345f7ff231565b1dd71d8373.tar.gz tcl-4343a826717f73f3345f7ff231565b1dd71d8373.tar.bz2 |
amend to [e9f5ff2f6a]: added missing constraint (testbytestring)
Diffstat (limited to 'tests/encoding.test')
-rw-r--r-- | tests/encoding.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/encoding.test b/tests/encoding.test index ce0467a..84d271d 100644 --- a/tests/encoding.test +++ b/tests/encoding.test @@ -33,6 +33,7 @@ proc runtests {} { variable x # Some tests require the testencoding command +testConstraint testbytestring [llength [info commands testbytestring]] testConstraint testencoding [llength [info commands testencoding]] testConstraint fullutf [expr {[format %c 0x010000] != "\ufffd"}] testConstraint exec [llength [info commands exec]] |