summaryrefslogtreecommitdiffstats
path: root/tests/encoding.test
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-03-16 03:48:45 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-03-16 03:48:45 (GMT)
commit4d978a00ede12fc08aeddf81f4c936d533f7c9f3 (patch)
treee5c184b95f582d36eb4ca5de6f3995764b7cc8d9 /tests/encoding.test
parentc5d053512164c62b70e4604f3836630eb8a8633d (diff)
downloadtcl-4d978a00ede12fc08aeddf81f4c936d533f7c9f3.zip
tcl-4d978a00ede12fc08aeddf81f4c936d533f7c9f3.tar.gz
tcl-4d978a00ede12fc08aeddf81f4c936d533f7c9f3.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 db5680d..5224225 100644
--- a/tests/encoding.test
+++ b/tests/encoding.test
@@ -106,13 +106,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 {