projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
cf6116c
7da9f2f
)
merged branch nikic/patch-1 (PR #489)
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 30 Oct 2011 10:43:00 +0000 (11:43 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 30 Oct 2011 10:43:00 +0000 (11:43 +0100)
Commits
-------
7da9f2f Make long var/block tests faster
Discussion
----------
Make long var/block tests faster
When using `*` every single character is a different token, whereas with `x` there is only a single token. I don't think this hurts the actual test, but it improves the test runtime by something like 2/3 seconds on my machine.
Trivial merge