summaryrefslogtreecommitdiff
path: root/tcl/tests/pkg/magicchar.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/tests/pkg/magicchar.tcl')
-rw-r--r--tcl/tests/pkg/magicchar.tcl6
1 files changed, 0 insertions, 6 deletions
diff --git a/tcl/tests/pkg/magicchar.tcl b/tcl/tests/pkg/magicchar.tcl
deleted file mode 100644
index dc68fcd9699..00000000000
--- a/tcl/tests/pkg/magicchar.tcl
+++ /dev/null
@@ -1,6 +0,0 @@
-set dollar1 "this string contains an unescaped dollar sign -> \\$foo"
-set dollar2 "this string contains an escaped dollar sign -> \$foo \\\$foo"
-set bracket1 "this contains an unescaped bracket [NoSuchProc]"
-set bracket2 "this contains an escaped bracket \[NoSuchProc\]"
-set bracket3 "this contains nested unescaped brackets [[NoSuchProc]]"
-proc testProc {} {}