minor #1401 [Twig][Tests][Fixtures][filters] Added empty string tests for "first...
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 15 May 2014 19:43:48 +0000 (21:43 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 15 May 2014 19:43:48 +0000 (21:43 +0200)
commit55253c3f37b1b47ad797eb95f27b0a33e3a76d2f
treeccd218b2e5c75b445019ef6f27a59d975d455f63
parent6af8182fbd3ead19f8f9e01d33e9b09063e1a1b0
parent0db5c3100bd76c0a8e1041fc176d72adc881f0a7
minor #1401 [Twig][Tests][Fixtures][filters] Added empty string tests for "first" and "last" filters (ureimers)

This PR was squashed before being merged into the 1.15-dev branch (closes #1401).

Discussion
----------

[Twig][Tests][Fixtures][filters] Added empty string tests for "first" and "last" filters

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | none
| License       | MIT

This was already fixed with with https://github.com/fabpot/Twig/commit/6003ae43b92cfa7e1ddec17262733355e0bf435a but to make sure there won't be any regression bugs in the future. This is an edge case but the first and the last element of an empty string are empty strings too.
Before the above mentioned PR this threw a notice `Uninitialized string offset: 0`.

Commits
-------

0db5c31 [Twig][Tests][Fixtures][filters] Added empty string tests for "first" and "last" filters