diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-17 13:44:04 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-17 13:44:04 (GMT) |
| commit | 25473372703a8ba0a8bba93c36afad63b8a9e2f6 (patch) | |
| tree | 55a8af5f981022aa7202006bd5d7bb3a626e2182 /tests/source.test | |
| parent | fb7684bbbf09e0c6e6328056be102e5069ab600f (diff) | |
| parent | 7056164cd356e6aed9a9290471a7029c35a606f5 (diff) | |
| download | tcl-25473372703a8ba0a8bba93c36afad63b8a9e2f6.zip tcl-25473372703a8ba0a8bba93c36afad63b8a9e2f6.tar.gz tcl-25473372703a8ba0a8bba93c36afad63b8a9e2f6.tar.bz2 | |
Merge 9.0
Diffstat (limited to 'tests/source.test')
| -rw-r--r-- | tests/source.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/source.test b/tests/source.test index c436317..98aaee2 100644 --- a/tests/source.test +++ b/tests/source.test @@ -283,11 +283,11 @@ test source-7.6 {source -encoding: mismatch encoding error} -setup { puts $f "proc € {} {return foo}" close $f } -body { - source -encoding ascii $sourcefile + source -encoding iso8859-1 $sourcefile € } -cleanup { removeFile source.file -} -returnCodes error -match glob -result {invalid command name*} +} -returnCodes error -result {invalid command name "€"} test source-8.1 {source and coroutine/yield} -setup { set sourcefile [makeFile {} source.file] |
