Concatenation operator in LiveData code fails validation
Closed this issue · 1 comments
APB9785 commented
To reproduce:
- Go to a LiveData assign in
/admin
- With the format set to
:elixir
, write some code which uses the<>
operator - Attempt to save
Expected result:
- Saves OK, this is valid elixir code
Actual result:
invalid
expected tag name after <. If you meant to use < as part of a text, use < instead
APB9785 commented
<
operator also fails. >
is OK