Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jul 21, 2024
1 parent 5846e15 commit 5e17b16
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
{{ constant('ThisDoesNotExist::SomeKey') }}
{{ constant(someVar) }}
{{ constant('ThisDoesNotExist::class') }}
{{ constant(1) }}
{{ notConstant('ThisDoesNotExist::class') }}
{% endblock %}

0 comments on commit 5e17b16

Please sign in to comment.