summaryrefslogtreecommitdiffstats
path: root/tests/source.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-29 22:41:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-29 22:41:00 (GMT)
commitc6d76efcfbaa9d03aeaecec19843a745556dcb18 (patch)
tree298d58902bfc7e21e75a5256105ddd57f6b783b8 /tests/source.test
parent336410f92239eecba4d739de6e5b67cf02990694 (diff)
parent4afe209dcaf4aed60329f4f216ffd383d0aa1c61 (diff)
downloadtcl-c6d76efcfbaa9d03aeaecec19843a745556dcb18.zip
tcl-c6d76efcfbaa9d03aeaecec19843a745556dcb18.tar.gz
tcl-c6d76efcfbaa9d03aeaecec19843a745556dcb18.tar.bz2
oops, that's no utf-8 BOM ;-(
Diffstat (limited to 'tests/source.test')
-rw-r--r--tests/source.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/source.test b/tests/source.test
index 9d09429..d71212d 100644
--- a/tests/source.test
+++ b/tests/source.test
@@ -112,7 +112,7 @@ test source-2.7 {utf-8 with BOM} -setup {
} -body {
set out [open $sourcefile w]
fconfigure $out -encoding utf-8
- puts $out "\ufffeset y new-y"
+ puts $out "\ufeffset y new-y"
close $out
set y old-y
source -encoding utf-8 $sourcefile