summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-29 22:38:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-29 22:38:28 (GMT)
commit4afe209dcaf4aed60329f4f216ffd383d0aa1c61 (patch)
treeba8097797b0b02c73971d1ae6c08582b3d1be312 /tests
parent6ad807858b1217d40a9e5a2c1d5bf241625971ca (diff)
parent1417797aff03fc80f3d4758b27341bc4e482fc50 (diff)
downloadtcl-4afe209dcaf4aed60329f4f216ffd383d0aa1c61.zip
tcl-4afe209dcaf4aed60329f4f216ffd383d0aa1c61.tar.gz
tcl-4afe209dcaf4aed60329f4f216ffd383d0aa1c61.tar.bz2
oops, that's no utf-8 BOM ;-(
Diffstat (limited to 'tests')
-rw-r--r--tests/source.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/source.test b/tests/source.test
index e79b211..641838c 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