php-parser/test/PHPParser/Tests
nikic dd711f2a04 Generalize the attribute generation for nodes
Now two arrays are fetched from the lexer: $startAttributes and
$endAttributes. When constructing the attributes for a node, the
$startAttributes from the first token of the node and the $endAttributes
of the last token of the node are merged.

Now the end line is saved in the endLine attribute.
2012-05-05 17:34:27 +02:00
..
Builder Add function builder 2012-03-11 09:02:52 +01:00
Lexer Use inject-once approach for lexer 2012-05-04 10:16:46 +02:00
Node [5.4] Add new \e escape sequence (0x1B/27) 2011-12-04 17:35:30 +01:00
NodeVisitor Generalize the attribute generation for nodes 2012-05-05 17:34:27 +02:00
Serializer Generalize the attribute generation for nodes 2012-05-05 17:34:27 +02:00
Unserializer Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
BuilderFactoryTest.php Add function builder 2012-03-11 09:02:52 +01:00
codeTest.php Use inject-once approach for lexer 2012-05-04 10:16:46 +02:00
ErrorTest.php Some more test improvements (+ fixes) 2011-11-27 21:50:19 +01:00
LexerTest.php Generalize the attribute generation for nodes 2012-05-05 17:34:27 +02:00
NodeAbstractTest.php Generalize the attribute generation for nodes 2012-05-05 17:34:27 +02:00
NodeDumperTest.php Some more test improvements (+ fixes) 2011-11-27 21:50:19 +01:00
NodeTraverserTest.php Cover NodeTraverser and bugs it found 2011-12-02 17:52:03 +01:00
TemplateLoaderTest.php Use inject-once approach for lexer 2012-05-04 10:16:46 +02:00
TemplateTest.php Use inject-once approach for lexer 2012-05-04 10:16:46 +02:00