• Home
  • Raw
  • Download

Lines Matching refs:expecting

27         expecting = "101"
29 self.assertEqual(expecting, found)
31 expecting = "101"
33 self.assertEqual(expecting, found)
74 expecting = "101 102 103 104"
76 self.assertEqual(expecting, found)
78 expecting = "101 2 102 2 103 3 104 3"
80 self.assertEqual(expecting, found)
97 expecting = "101 102 103 104 105"
99 self.assertEqual(expecting, found)
101 expecting = "101 2 102 2 103 3 104 3 105"
103 self.assertEqual(expecting, found)
114 expecting = "101 102 103"
116 self.assertEqual(expecting, found)
118 expecting = "101 102 103"
120 self.assertEqual(expecting, found)
129 expecting = "101"
131 self.assertEqual(expecting, found)
133 expecting = "101"
135 self.assertEqual(expecting, found)
143 expecting = "101 102"
145 self.assertEqual(expecting, found)
147 expecting = "101 2 102 3"
149 self.assertEqual(expecting, found)
372 expecting = [
375 self.assertEqual(expecting, found)
410 expecting = "101 2 102 2 103 3 104 2 105 3 106 2 107 3 108 109 3"
412 self.assertEqual(expecting, found)
747 expecting = "(a c)"
748 self.assertEqual(expecting, t.toStringTree())
760 expecting = "(a b x d)"
761 self.assertEqual(expecting, t.toStringTree())
773 expecting = "(a x c d)"
774 self.assertEqual(expecting, t.toStringTree())
786 expecting = "(a b c x)"
787 self.assertEqual(expecting, t.toStringTree())
802 expecting = "(a x y c d)"
803 self.assertEqual(expecting, t.toStringTree())
818 expecting = "(a b c x y)"
819 self.assertEqual(expecting, t.toStringTree())
834 expecting = "(a b x y d)"
835 self.assertEqual(expecting, t.toStringTree())
848 expecting = "(a x d)"
849 self.assertEqual(expecting, t.toStringTree())
862 expecting = "(a b x)"
863 self.assertEqual(expecting, t.toStringTree())
876 expecting = "(a x)"
877 self.assertEqual(expecting, t.toStringTree())
892 expecting = "(a x y)"
893 self.assertEqual(expecting, t.toStringTree())
919 expecting = True
921 self.assertEqual(expecting, found)
938 expecting = False
940 self.assertEqual(expecting, found)
957 expecting = True
959 self.assertEqual(expecting, found)
976 expecting = True
978 self.assertEqual(expecting, found)
995 expecting = True
997 self.assertEqual(expecting, found)
1014 expecting = True
1016 self.assertEqual(expecting, found)
1033 expecting = True
1035 self.assertEqual(expecting, found)
1052 expecting = True
1054 self.assertEqual(expecting, found)
1071 expecting = True
1073 self.assertEqual(expecting, found)
1090 expecting = True
1092 self.assertEqual(expecting, found)
1111 expecting = False
1113 self.assertEqual(expecting, found)
1130 expecting = False
1133 self.assertEqual(expecting, found)
1150 expecting = False
1152 self.assertEqual(expecting, found)
1169 expecting = False
1171 self.assertEqual(expecting, found)
1237 expecting = [ "pre(PRINT)", "pre(MULT)", "pre(x)", "post(x)",
1242 self.assertEqual(expecting, found)
1255 expecting = "A EOF"
1257 self.assertEqual(expecting, found)
1265 expecting = "nil DOWN A B UP EOF"
1267 self.assertEqual(expecting, found)
1275 expecting = "A DOWN B UP EOF"
1277 self.assertEqual(expecting, found)
1285 expecting = "A DOWN B C UP EOF"
1287 self.assertEqual(expecting, found)
1295 expecting = "A DOWN B DOWN C UP UP EOF"
1297 self.assertEqual(expecting, found)
1305 expecting = "A DOWN B DOWN C DOWN D E UP F UP G UP EOF"
1307 self.assertEqual(expecting, found)
1315 expecting = "A DOWN B DOWN C DOWN D E UP F UP G UP EOF"
1317 self.assertEqual(expecting, found)
1320 expecting = "A DOWN B DOWN C DOWN D E UP F UP G UP EOF"
1322 self.assertEqual(expecting, found)