pzavolinsky / elmx

A tiny precompiler that takes an Elm program with embedded HTML and desugars the HTML into elm-html syntax. Elmx is to Elm what React's JSX is to Javascript
MIT License
351 stars 11 forks source link

Multiline string fix pzavolinsky/elmx#16 #19

Open jakub-zawislak opened 6 years ago

jakub-zawislak commented 6 years ago

I just replaced " with """

pzavolinsky commented 6 years ago

Hi @jakub-zawislak sorry it took me so long to review this PR.

These changes break 6 tests.

I'm not currently using ELM so I'm not up to date with the latest lang changes. Please do fix those tests, and/or change the code to use mutliline strings only when required (e.g. the string contains a " char).