Skip to content

Commit

Permalink
Tests: check for EEx tag inside Elixir comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
azizk authored and princemaple committed May 13, 2021
1 parent 65a52a5 commit 7a9ed7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/syntax_test_template.ex.eex
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,11 @@ x.<%= :member %>()
# ^ entity.name.tag.ex.eex
# ^^ entity.name.tag.ex.eex
#^ keyword.operator.capture

# <%= @web_app_name %>
# ^ punctuation.section.embedded.end.ex.eex
# ^ entity.name.tag.ex.eex
# ^^ entity.name.tag.ex.eex
# ^ punctuation.section.embedded.begin.ex.eex
#^^^^^^^^^^^^^^^^^^^^^^ comment.line.number-sign.elixir
#<- comment.line.number-sign.elixir punctuation.definition.comment.elixir

0 comments on commit 7a9ed7d

Please sign in to comment.