Home | History | Annotate | Download | only in test

Lines Matching refs:diff

63             diff = difflib.ndiff(sfirst.splitlines(), ssecond.splitlines())
65 print >> fp, NL, NL.join(diff)