BeaconCMS/beacon

Concatenation operator in LiveData code fails validation

Closed this issue · 1 comments

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 &lt; instead

< operator also fails. > is OK