Skip to content

Commit 7a9ed7d

Browse files
azizkprincemaple
authored andcommitted
Tests: check for EEx tag inside Elixir comment.
1 parent 65a52a5 commit 7a9ed7d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/syntax_test_template.ex.eex

+8
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,11 @@ x.<%= :member %>()
8080
# ^ entity.name.tag.ex.eex
8181
# ^^ entity.name.tag.ex.eex
8282
#^ keyword.operator.capture
83+
84+
# <%= @web_app_name %>
85+
# ^ punctuation.section.embedded.end.ex.eex
86+
# ^ entity.name.tag.ex.eex
87+
# ^^ entity.name.tag.ex.eex
88+
# ^ punctuation.section.embedded.begin.ex.eex
89+
#^^^^^^^^^^^^^^^^^^^^^^ comment.line.number-sign.elixir
90+
#<- comment.line.number-sign.elixir punctuation.definition.comment.elixir

0 commit comments

Comments
 (0)