summaryrefslogtreecommitdiff
path: root/tcl/tests/pkg/magicchar.tcl
blob: dc68fcd96992fe7b4e38e20ebeed8ee19a0d6c05 (plain)
1
2
3
4
5
6
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 {} {}