add test and enable debugging symbols.
This commit is contained in:
@@ -14,6 +14,15 @@ print(obj.final_split_threshold())
|
||||
|
||||
res = obj.inline_json_diff("help! \n I'm alive", "help! \n dead I am")
|
||||
print(res)
|
||||
print(obj.num_context_lines())
|
||||
res = obj.inline_json_diff(open("test/err_last_text",'r').read(),
|
||||
open("test/err_text",'r').read(),
|
||||
numContextLines=10000)
|
||||
|
||||
res = obj.inline_json_diff("",
|
||||
open("test/1295229484",'r').read(),
|
||||
numContextLines=1000)
|
||||
|
||||
res = obj.inline_json_diff(open("test/1285792388",'r').read(),
|
||||
open("test/1295229484",'r').read(),
|
||||
numContextLines=1000)
|
||||
|
||||
Reference in New Issue
Block a user