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

    test tokens {} -body {
        lappend res [tokens {\x3a}]
        lappend res [tokens {[one two three]}]
    } -result [sl {
        {\\ x3a}
        {{[} {one two three} ]}
    }]