Home | History | Annotate | Download | only in python2.7

Lines Matching refs:got_lines

1613             got_lines = got.splitlines(True)
1616 diff = difflib.unified_diff(want_lines, got_lines, n=2)
1620 diff = difflib.context_diff(want_lines, got_lines, n=2)
1625 diff = list(engine.compare(want_lines, got_lines))