You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 into Ast.Block.IfElse which seem to work but they don't render and no test cases seem to cover the render step.
The text was updated successfully, but these errors were encountered:
There are some tests cases which cover the parsing of these expressions into Ast.Block.IfElse which seem to work but they don't render and no test cases seem to cover the render step.
The text was updated successfully, but these errors were encountered: