Revert to using 'core' parser rather than new declarative parser, which still
has bugs.
This commit is contained in:
parent
88d707a32e
commit
a68a3c9135
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
(is (= (count (parse-file (as-file "resources/rules.txt"))) 15)
|
||||
"Should parse all rules and throw no exceptions")
|
||||
(is (empty?
|
||||
(remove #(= % ':RULE)
|
||||
(remove #(= % 'fn)
|
||||
(map first
|
||||
(parse-file
|
||||
(as-file "resources/rules.txt")))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue