Error for reserved word inside a string

I just started using my Mac for Elixir development, and I’m getting this stage error when I try to run an EXS file.

Elixir 1.16.2 (compiled with Erlang/OTP 26)
Elixir was installed using brew install elixir

Can you show the code around the string?

Hard to say without seeing the surrounding source, but I’d guess there’s a character someplace earlier in the file that looks like " but isn’t really.

1 Like

That was the issue, thanks!