This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig/Tests
Fabien Potencier 63308cd492 minor #20101 Simplified link-to-source mapping definitions in debug.file_link_format (nicolas-grekas)
This PR was merged into the 3.2-dev branch.

Discussion
----------

Simplified link-to-source mapping definitions in debug.file_link_format

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #19950
| License       | MIT
| Doc PR        | https://github.com/symfony/symfony-docs/pull/7019

Having to json_encode here (or any other kind of encoding) is really tedious to deal with: it makes it hard to have things working quickly. `%f` and `%l` aren't encoded anyway, so let's use very unlikely chars as separators here also instead.

Commits
-------

27df38e Simplified link-to-source mapping definitions in debug.file_link_format
2016-10-04 19:32:40 -07:00
..
Command Add Yaml LintCommand 2016-06-23 13:12:38 +02:00
Extension minor #20101 Simplified link-to-source mapping definitions in debug.file_link_format (nicolas-grekas) 2016-10-04 19:32:40 -07:00
Fixtures/extractor [Translation][Extractor] Allow extracting an array of files besides extracting a directory 2015-03-27 07:53:09 +01:00
Node removed on indirection 2016-10-01 08:45:27 -07:00
NodeVisitor Merge branch '2.3' into 2.7 2015-08-22 09:41:51 +02:00
TokenParser Merge branch '2.3' into 2.7 2015-08-22 09:41:51 +02:00
Translation Merge branch '2.3' into 2.7 2015-08-22 09:41:51 +02:00
AppVariableTest.php Change couple of occurences of a public setUp() method to protected 2016-01-27 11:47:13 +00:00
TwigEngineTest.php [Templating] fix logic regarding template references and many phpdocs 2013-10-01 14:37:05 +02:00