ricardobeat / toml.js

Hand-written TOML parser for node and the browser.
20 stars 5 forks source link

equal in string value not parsed right #7

Open bingoohuang opened 6 years ago

bingoohuang commented 6 years ago

The following toml will not be parsed right. the equal and single quote are missed in the result value.

sql = "select * from table where a = 'b' "