Closed rodion-k closed 6 years ago
With which pug code?
- $test=['id' => 1]
p(
id=$test['id']
) test
Oh OK, you found the cause of the hang, awesome! Thanks. Could be quick fixed now.
And another error with attributes:
- $test=1
p(
id=empty($test) ? '' : $test
) test
PHP Parse error: syntax error, unexpected ')' in /vendor/phug/renderer/src/Phug/Renderer/Adapter/EvalAdapter.php(12) : eval()'d code on line 207
Hi, please run composer update
, it should be fixed.
Hello,
I encountered an issue with the following code:
I expected to get:
But I actually get: rendering hangs
Thanks!