Steve S
Results
2
issues of
Steve S
``` val a = scalatex.tw("@if(true){omg}").render.trim val b = scalatex.tw("@if(true)\n omg").render.trim assert(a == b && a == "omg") ``` There are some tests cases which cover the parsing of these expressions...
I'd be extremely happy if this was migrated to work with Slate 0.50+