chrisosaurus / dodo

scriptable in place file editor
MIT License
4 stars 1 forks source link

parse_string requires two characters after '\' #18

Closed phillid closed 8 years ago

phillid commented 9 years ago

When parse_string's escape character \ was implemented, it was told to manually increment the index. This action is also perfomed each iteration in the for loop, so should be removed, and len's increment adjusted accordingly

phillid commented 9 years ago

I have fixed this in my local copy, and will push it to my fork over the next few days as I address other issues I introduced with my repl

chrisosaurus commented 8 years ago

@phillid closing this issue as it was fixed in #19, please correct me if I am wrong.