diff options
| -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]] |
