Posted to tcl by Poor Yorick at Sat Sep 13 15:04:23 GMT 2014view raw

  1. test tokens {} -body {
  2. lappend res [tokens {\x3a}]
  3. lappend res [tokens {[one two three]}]
  4. } -result [sl {
  5. {\\ x3a}
  6. {{[} {one two three} ]}
  7. }]
  8.