From 900db6294298c1eeb8110b73ef8dafc8175ef4a1 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 18 Sep 2017 16:02:57 +0200 Subject: Making progress on the automated testing... --- data/test/oracle_creator.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/test/oracle_creator.py') diff --git a/data/test/oracle_creator.py b/data/test/oracle_creator.py index 8ef5a14..15f000b 100755 --- a/data/test/oracle_creator.py +++ b/data/test/oracle_creator.py @@ -12,7 +12,10 @@ for line in sys.stdin.readlines(): if (len(solutions) <= solution_number): solutions.insert(solution_number, list()) - solutions[solution_number].insert(int(solution_item_number), line_number) + solutions[solution_number].insert( + int(solution_item_number), + ("\"" + line_number + "\"") + ) for sol in solutions: print("(" + (' '.join(sol)) + ")") -- cgit v1.2.3-70-g09d2