fix comment parsing

This commit is contained in:
2023-05-20 16:20:36 -07:00
parent 255e21f08a
commit ec3cf04db4
4 changed files with 5 additions and 4 deletions

View File

@@ -71,4 +71,4 @@ main = do
Right files <- listDir "eg"
| Left err => printLn err
traverse_ testFile (filter (".newt" `isSuffixOf`) files)