From 747a9d3e79bc4c7a683c46d06c8721c9bc5cda06 Mon Sep 17 00:00:00 2001 From: sebres Date: Thu, 8 Mar 2012 09:43:39 +0000 Subject: Added source test with utf-8 (without -encoding param), remove too many same single byte tests --- tests/source.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/source.test b/tests/source.test index f18b5ce..2f16259 100644 --- a/tests/source.test +++ b/tests/source.test @@ -120,7 +120,7 @@ test source-2.7 {utf-8 with BOM} -setup { } -cleanup { removeFile $sourcefile } -result {new-y} -foreach {n e} {8 identity 9 cp1250 10 cp1251 11 cp1252 12 cp1253 13 cp1254 14 cp1255 15 cp1256 16 cp1257 17 cp1258} { +foreach {n e} {8 utf-8 9 identity 10 cp1252} { test source-2.$n [list $e with BOM] -setup { set sourcefile [makeFile {} source.file] set saveencoding [encoding system] -- cgit v0.12