JuliaLang/Tokenize.jl

escaping within cmds

ZacLN opened this issue · 0 comments

ZacLN commented
using Tokenize
s = "`s\\``"
collect(tokenize(s))
Meta.parse(s) # -> s`

The above fails to escape the 2nd cmd-quote