From 2470584ec034589632a9776bddf3ca8f1c323ebe Mon Sep 17 00:00:00 2001
From: "Esteban Prince, Liam (UG - Computer Science)" <le00210@surrey.ac.uk>
Date: Thu, 13 Feb 2020 20:07:56 +0000
Subject: [PATCH] Update test_parser.py

---
 test_parser.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test_parser.py b/test_parser.py
index 7cef28e..e06ba19 100644
--- a/test_parser.py
+++ b/test_parser.py
@@ -4,6 +4,8 @@ def valid():
 
 input = "beat the butter and sugar with an electric whisk until well combined"
 valid(input)
+
+# parsedInput should be JSON eg. {"beat", "verb"}
 # input:    beat the butter and sugar with an electric whisk until well combined
 # parsed:   verb article ingredient conjunction ingredient preposition article utensil preposition adverb verb
 
-- 
GitLab