From: Fabien Potencier Date: Sun, 30 Oct 2011 10:43:00 +0000 (+0100) Subject: merged branch nikic/patch-1 (PR #489) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=d7120d1bf2ba4a01754beebe94b5dc1ae84bde00;p=web%2Fkonrad%2Ftwig.git merged branch nikic/patch-1 (PR #489) 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. --- d7120d1bf2ba4a01754beebe94b5dc1ae84bde00