summaryrefslogtreecommitdiffstats
path: root/tests/obj.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-04-03 20:21:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-04-03 20:21:57 (GMT)
commit952f453bba44d28baab4aace4f3fcb25753ab22d (patch)
tree81399e9594c6d379dc2a1cc39d5ecf2608056405 /tests/obj.test
parentefe9cf9a790e61bda8164340c3eddfa8ae36b054 (diff)
parent8b11f08b3cb7e5e92dd7812df02e8419e49be96d (diff)
downloadtcl-952f453bba44d28baab4aace4f3fcb25753ab22d.zip
tcl-952f453bba44d28baab4aace4f3fcb25753ab22d.tar.gz
tcl-952f453bba44d28baab4aace4f3fcb25753ab22d.tar.bz2
merge trunk
Diffstat (limited to 'tests/obj.test')
-rw-r--r--tests/obj.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/obj.test b/tests/obj.test
index 5576686..eb85c84 100644
--- a/tests/obj.test
+++ b/tests/obj.test
@@ -250,10 +250,10 @@ test obj-13.7 {SetBooleanFromAny, error converting from "empty string"} testobj
} {{} 1 {expected boolean value but got ""}}
test obj-13.8 {SetBooleanFromAny, unicode strings} testobj {
set result ""
- lappend result [teststringobj set 1 1\u7777]
+ lappend result [teststringobj set 1 1睷]
lappend result [catch {testbooleanobj not 1} msg]
lappend result $msg
-} "1\u7777 1 {expected boolean value but got \"1\u7777\"}"
+} "1睷 1 {expected boolean value but got \"1睷\"}"
test obj-14.1 {UpdateStringOfBoolean} testobj {
set result ""