tjvr / kurt

Python library for reading/writing MIT's Scratch file format.
https://kurt.tjvr.org
GNU General Public License v3.0
86 stars 24 forks source link

Error parsing empty character #26

Closed Gerhman closed 7 years ago

Gerhman commented 9 years ago

If I try to parse an empty character (like -> set emptyChar to '') then I get an error referring to an unknown token. Using ' ' instead of '' works fine but then I get a space character. I have tried this in reverse by creating this in Scratch, loading the project and using stringy but the result is just like what I tried.

tjvr commented 9 years ago

Thanks, good catch.

tjvr commented 7 years ago

Closing in favour of tosh