]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - tests/escape.tcl
Emtpy override for dh_auto_test, the reference all.tcl doesn't exist; Most of the...
[sven/tclcurl.git] / tests / escape.tcl
1 package require TclCurl
2
3
4 set escaped [curl::escape {What about this?}]
5 puts "String to escape: What about this? - $escaped"
6 puts "And the reverse: [curl::unescape $escaped]"