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)
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


Trivial merge