netbe / Babelish

Chaotically confused, like Babel
http://netbe.github.io/Babelish
MIT License
254 stars 84 forks source link

Strings, string definition not split with whitespace fails to parse #53

Closed ghost closed 9 years ago

ghost commented 9 years ago

When having a Localizable.strings file which does not have whitespace binding name and definition, fails to parse. E.g. "name"= "definition"; fails to parse, while "name" = "definition"; succeeds.