Changed input files

master^2
Alice 6 years ago
parent 6f5fef3241
commit 8bfdd92abd

@ -100,7 +100,7 @@ def test_list_too_short_for_pattern():
assert result == []
if __name__ == '__main__':
with open('ocr/output.txt', 'r') as handle:
with open('ocr/output_alice.txt', 'r') as handle:
contents = handle.read()
splitted = contents.split()
ll = (pattern(splitted, 8))

@ -42,7 +42,7 @@ def eval(cmds):
last_index = 0
elif cmd[0] == 'load':
contents = open('ocr/output.txt').read()
contents = open('ocr/output_alice.txt').read()
text = textwrap.wrap(contents, 40, break_long_words=True)
print('\n'.join(text))
line_number = 0

Loading…
Cancel
Save