Fixed "starts with" a "ends with" operators for non-string arguments
authorMartin Hasoň <martin.hason@gmail.com>
Sat, 2 Aug 2014 15:11:21 +0000 (17:11 +0200)
committerMartin Hasoň <martin.hason@gmail.com>
Sat, 2 Aug 2014 15:11:21 +0000 (17:11 +0200)
commit4c26981ce56bfc41b179ec34d7bdaa0538f024a5
treed927f1a1fded3f60cc27a70ea82a44b845dc5b39
parent0c508d270328614594b749564f1c52325023dd4a
Fixed "starts with" a "ends with" operators for non-string arguments
lib/Twig/Node/Expression/Binary/EndsWith.php
lib/Twig/Node/Expression/Binary/StartsWith.php
test/Twig/Tests/Fixtures/expressions/ends_with.test
test/Twig/Tests/Fixtures/expressions/starts_with.test