muspellsson / hiccup

Automatically exported from code.google.com/p/hiccup
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Quotes inside iterpolands can be breaky #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
puts "a thing: [set x {"}]"

Doesn't parse, because
string parsing assumes everything inside is a valid string.

We need to add nested subexpression parsing into string parsing in some cases.

Original issue reported on code.google.com by consa...@gmail.com on 9 Jun 2008 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by consa...@gmail.com on 10 Jun 2008 at 5:23