aboutsummaryrefslogtreecommitdiff
path: root/tests/utf8.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utf8.test')
-rw-r--r--tests/utf8.test7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/utf8.test b/tests/utf8.test
index ecb5111..04c5b57 100644
--- a/tests/utf8.test
+++ b/tests/utf8.test
@@ -1,8 +1,6 @@
-source testing.tcl
+source [file dirname [info script]]/testing.tcl
-ifutf8 {
-
-section "string tests"
+needs constraint utf8
test utf8-1.1 "Pattern matching - ?" {
string match "abc?def" "abc\u00b5def"
@@ -128,4 +126,3 @@ test utf8-7.2 {append counts correctly} {
} {8 12}
testreport
-}