kristopolous / TickTick

JSON in your Bash scripts

Home Page:http://9ol.es/TheEmperorsNewClothes.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Values get white-space collapsed

kristopolous opened this issue · comments

key="a b c" has the spaces incorrectly collapsed in the value.

Fixed as of
19541a9

Synopsis:
In the second level tokenization (the expression based one), white space was ignored. This was correct when creating variable names but incorrect when assigning values. This has been changed in the relevant sections.