Commit Graph

2 Commits

Author SHA1 Message Date
Paul Chiusano
fae001df80 Fix #1640 and also fix unreported pattern parsing bug and add test for it
Issue was actually in the parser. A pattern like `Foo Bar a b c` was being parsed as `Foo (Bar a b c)`. The pattern parser just needed to be factored a bit differently to fix.
2020-07-29 10:15:06 -04:00
Paul Chiusano
6db10fdf99 Add failing test 2020-07-29 09:31:38 -04:00