Fix bugs in handling combined injections exposed by HEEx

This commit is contained in:
Max Brunsfeld 2023-06-27 15:08:26 -07:00
parent 37814bc4fc
commit 81c26cfea0
3 changed files with 200 additions and 80 deletions

View file

@ -9,7 +9,5 @@
(#set! combined)
)
; expressions live within HTML tags, and do not need to be combined
; <link href={ Routes.static_path(..) } />
((expression (expression_value) @content)
(#set! language "elixir"))