From b9baeda56fc13ad95da47c5e7004fba1c81150f8 Mon Sep 17 00:00:00 2001 From: billsun Date: Mon, 18 Sep 2023 16:42:35 +0000 Subject: [PATCH] a --- proj3/src/test/scala/project3/ParserTest.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/proj3/src/test/scala/project3/ParserTest.scala b/proj3/src/test/scala/project3/ParserTest.scala index b797aed..25653aa 100644 --- a/proj3/src/test/scala/project3/ParserTest.scala +++ b/proj3/src/test/scala/project3/ParserTest.scala @@ -14,6 +14,7 @@ class ParserTest extends TimedSuite { assert(ast == LetRec(Nil, res), "Invalid result") } + //see examples/hello.scala and pow.scala for more comprehensive tests test("SingleDigit") { testBaseParser("1", Lit(1))