/easy_differ

Compare Texts with easy_differ Easy to use and easy to see missing lines.

Primary LanguagePythonMIT LicenseMIT

Differ

Compare Texts with easy_differ

let's assume you're working with big files and you have one expected output file and you need to make your output is same but you're noticing some lines have diferent places in file even it's same.

Beyond compare is displaying diference but when you check manually, you can notice your code changed place of lines (example creating xml file in runtime) Normally text will same but you are displaying difference.

Easy to use and easy to see missing lines.

Functions

text_diff

Input Type = str text_diff(left_text, right_text, get_line=False, prettier=True)

list_diff

Input type = List list_diff(left_lines, right_lines)