Corviz / crow

Yet another template engine for PHP
https://corviz.github.io/crow/
MIT License
6 stars 2 forks source link

Error in @switch #5

Open nael94 opened 1 month ago

nael94 commented 1 month ago

This is the code example:

@switch (1)
  @case (1)
    Value is 1
  @break

  @case (2)
    Value is 2
  @break

  @default
    Value is neither 1 or 2
@endswitch

And this is the outputted error: Parse error: syntax error, unexpected T_INLINE_HTML " ", expecting "case" or "default" or "}" in C:\xampp\htdocs\crow\vendor\corviz\crow\src\Crow.php(138) : eval()'d code on line 1