Home | History | Annotate | Download | only in test

Lines Matching refs:f1a

138         f1a = ((patch914575_from1 + '123\n'*10)*3)
140 f1b = '456\n'*10 + f1a
142 f1a = f1a.splitlines()
154 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5)
158 i.make_table(f1a,t1a,'from','to',context=True),
162 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
164 i.make_table(f1a,t1a,'from','to',context=True,numlines=0),
166 i.make_table(f1a,f1a,'from','to',context=True),
168 i.make_table(f1a,f1a,'from','to',context=False),