From 9f6ad73686d6dc1fc8628be60a0d42a6ee20817c Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Wed, 20 Oct 2010 16:01:17 +1000 Subject: Add UTF-8 support to Jim Signed-off-by: Steve Bennett --- tests/misc.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/misc.test') diff --git a/tests/misc.test b/tests/misc.test index 21e79f3..bca04ee 100644 --- a/tests/misc.test +++ b/tests/misc.test @@ -329,5 +329,8 @@ test return-1.3 "return can rethrow no error" { list $rc $msg [info exists opts(-errorinfo)] } {0 {from a} 0} +test stringreverse-1.1 "Containing nulls" { + string reverse abc\0def +} "fed\0cba" testreport -- cgit v1.1