summaryrefslogtreecommitdiffstats
path: root/tests/encoding.test
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-03-16 03:08:12 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-03-16 03:08:12 (GMT)
commita3c59e320df775f0d6849e5d3163292280b3b386 (patch)
tree9f55e8b7dae5000e4fd2b331b110b9ab166ed78e /tests/encoding.test
parent87b3bcc550bf664f70450f509faabb9584062890 (diff)
downloadtcl-a3c59e320df775f0d6849e5d3163292280b3b386.zip
tcl-a3c59e320df775f0d6849e5d3163292280b3b386.tar.gz
tcl-a3c59e320df775f0d6849e5d3163292280b3b386.tar.bz2
Change -encodingprofile to -profile
Diffstat (limited to 'tests/encoding.test')
-rw-r--r--tests/encoding.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/encoding.test b/tests/encoding.test
index 1af5a26..31f966c 100644
--- a/tests/encoding.test
+++ b/tests/encoding.test
@@ -105,13 +105,13 @@ test encoding-3.2 {Tcl_GetEncodingName, non-null} -setup {
} -cleanup {
fconfigure stdout -encoding $old
} -result {jis0208}
-test encoding-3.3 {fconfigure -encodingprofile} -setup {
- set old [fconfigure stdout -encodingprofile]
+test encoding-3.3 {fconfigure -profile} -setup {
+ set old [fconfigure stdout -profile]
} -body {
- fconfigure stdout -encodingprofile replace
- fconfigure stdout -encodingprofile
+ fconfigure stdout -profile replace
+ fconfigure stdout -profile
} -cleanup {
- fconfigure stdout -encodingprofile $old
+ fconfigure stdout -profile $old
} -result replace
test encoding-4.1 {Tcl_GetEncodingNames} -constraints {testencoding} -setup {