jbboehr / php-mustache

Mustache PHP Extension
MIT License
56 stars 22 forks source link

Add failing test for #46 #47

Closed jbboehr closed 6 years ago

andypost commented 5 years ago

This test fails when I used to try upgrade to latest version https://github.com/alpinelinux/aports/pull/6219

cat tests/gh-46.diff 
001+ 
001- ab
jbboehr commented 5 years ago

The test checks for a failure mode that was fixed in the library it is linked to: libmustache. You'll probably want to update that one as well.

andypost commented 5 years ago

Thanks! after upgrade libmustache php passed tests