summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-02-29 22:35:27 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-02-29 22:35:27 (GMT)
commit544af7114368a051c784e46f9336a9b67d064992 (patch)
tree24d210b443eb8490c24363a3fafb1987ee4ab084 /tests
parent1aa7e0c105a1be02fe08ad22b0e8440d7a2f34c5 (diff)
downloadtcl-544af7114368a051c784e46f9336a9b67d064992.zip
tcl-544af7114368a051c784e46f9336a9b67d064992.tar.gz
tcl-544af7114368a051c784e46f9336a9b67d064992.tar.bz2
oops, that's no utf-8 BOM ;-(
FossilOrigin-Name: ced33be881fd8c726f5f0990a45469d612dac9a3
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 1e5b732..06d6b51 100644
--- a/tests/source.test
+++ b/tests/source.test
@@ -124,7 +124,7 @@ test source-2.7 {utf-8 with BOM} -setup {
} -body {
encoding system utf-8
set out [open $sourcefile w]
- puts $out "\ufffeset y new-y"
+ puts $out "\ufeffset y new-y"
close $out
set y old-y
source $sourcefile