Closed kgoess closed 7 years ago
https://github.com/xslate/p5-Text-Xslate/pull/169/commits/5f0c854e6f2b62ced4bd266129313ba56569a415
You need not to add PP test. All tests are checked with both XS and PP version by switching backend via environment variable.
Could you squash commits ?
Commits are now squashed!
Thanks
Generally xslate handles undefined
$variables
silently. But in the case of concatenation with the ~ operator, it dies with the messageThis change to the concat operator handling makes
$A ~ $B
not fail if either is undef, which is consistent with the rest of xslate's behavior.