You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@osbre if you remove the following line it should work perfectly fine:
|>Macro.escape()
Remember that the parse for ePHP isn't a parse in the sense of Elixir, or Erlang. It's only a tokenization of the PHP code, and it shouldn't be modified.
Expected Behavior
out
variable fromout = EphpContext.get_output(ctx)
containshello worldthis is awesome
https://github.com/osbre/ephp_web/blob/main/lib/ephp_web/ephp_plug.ex#L34
Actual Behavior
getting an error 👀
Steps to Reproduce the Problem
Linked GitHub repository to easily reproduce the problem: https://github.com/osbre/ephp_web
git clone git@github.com:osbre/ephp_web.git && cd ephp_web
mix deps.get
mix run --no-halt
curl http://0.0.0.0:4000
Specifications
5.15.0-75-generic
kernelThe text was updated successfully, but these errors were encountered: