Home
last modified time | relevance | path

Searched refs:testReplaceTwoWithOneAtRight (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DITreeFixture.cs404 public void testReplaceTwoWithOneAtRight() in testReplaceTwoWithOneAtRight() method in Antlr.Runtime.Tests.ITreeFixture
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTrees.java365 @Test public void testReplaceTwoWithOneAtRight() throws Exception { in testReplaceTwoWithOneAtRight() method in TestTrees
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtesttree.py862 def testReplaceTwoWithOneAtRight(self): member in TestCommonTree