Introduced ParserInput

This commit is contained in:
2020-05-25 18:09:12 +02:00
parent c79403443f
commit 479461c0a4
35 changed files with 768 additions and 480 deletions
+2 -2
View File
@@ -100,7 +100,7 @@ as:
def func(x,y):
return x+y
func(a,b)
"""
"""
expected = self.get_default_concept()
expected.metadata.id = "1001"
@@ -167,7 +167,7 @@ as:
def func(x,y):
return x+y
func(a,b)
"""
"""
sheerka = self.get_sheerka()
sheerka.evaluate_user_input(text)