Lines Matching refs:found

29         found = self.toNodesOnlyString(stream)
30 self.failUnlessEqual(expecting, found)
33 found = str(stream)
34 self.failUnlessEqual(expecting, found)
78 found = self.toNodesOnlyString(stream)
79 self.failUnlessEqual(expecting, found)
82 found = str(stream)
83 self.failUnlessEqual(expecting, found)
101 found = self.toNodesOnlyString(stream)
102 self.failUnlessEqual(expecting, found)
105 found = str(stream)
106 self.failUnlessEqual(expecting, found)
118 found = self.toNodesOnlyString(stream)
119 self.failUnlessEqual(expecting, found)
122 found = str(stream)
123 self.failUnlessEqual(expecting, found)
133 found = self.toNodesOnlyString(stream)
134 self.failUnlessEqual(expecting, found)
137 found = str(stream)
138 self.failUnlessEqual(expecting, found)
147 found = self.toNodesOnlyString(stream)
148 self.failUnlessEqual(expecting, found)
151 found = str(stream)
152 self.failUnlessEqual(expecting, found)
377 found = [t.type for t in stream]
378 self.assertEqual(expecting, found)
414 found = str(stream)
415 self.failUnlessEqual(expecting, found)
929 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC")
930 self.assertEquals(expecting, found)
948 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC")
949 self.assertEquals(expecting, found)
967 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC ...")
968 self.assertEquals(expecting, found)
986 found = TreeParser._inContext(adaptor, self.tokenNames, node, "...VEC")
987 self.assertEquals(expecting, found)
1005 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT...VEC")
1006 self.assertEquals(expecting, found)
1024 found = TreeParser._inContext(adaptor, self.tokenNames, node, "... PRINT ... VEC ...")
1025 self.assertEquals(expecting, found)
1043 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC ...")
1044 self.assertEquals(expecting, found)
1062 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT ...")
1063 self.assertEquals(expecting, found)
1081 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT ... VEC ...")
1082 self.assertEquals(expecting, found)
1100 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT MULT VEC MULT")
1101 self.assertEquals(expecting, found)
1121 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC")
1122 self.assertEquals(expecting, found)
1141 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT VEC MULT")
1142 self.assertEquals(expecting, found)
1160 found = TreeParser._inContext(adaptor, self.tokenNames, node, "PRINT VEC ...")
1161 self.assertEquals(expecting, found)
1179 found = TreeParser._inContext(adaptor, self.tokenNames, node, "VEC ... VEC MULT")
1180 self.assertEquals(expecting, found)
1202 found = str(exc)
1203 self.assertEquals(expecting, found)
1225 found = str(exc)
1226 self.assertEquals(expecting, found)
1243 found = []
1245 found.append("pre(%s)" % t)
1248 found.append("post(%s)" % t)
1259 self.assertEquals(expecting, found)
1273 found = self.toString(it)
1274 self.assertEquals(expecting, found)
1283 found = self.toString(it)
1284 self.assertEquals(expecting, found)
1293 found = self.toString(it)
1294 self.assertEquals(expecting, found)
1303 found = self.toString(it)
1304 self.assertEquals(expecting, found)
1313 found = self.toString(it)
1314 self.assertEquals(expecting, found)
1323 found = self.toString(it)
1324 self.assertEquals(expecting, found)
1333 found = self.toString(it)
1334 self.assertEquals(expecting, found)
1338 found = self.toString(it)
1339 self.assertEquals(expecting, found)