Separate walk_with_properties tests from parser tests

This commit is contained in:
Max Brunsfeld 2019-02-01 21:20:27 -08:00
parent 6ca1047bb0
commit f263a4fbe3
5 changed files with 145 additions and 200 deletions

View file

@ -1,4 +1,5 @@
mod corpus_test;
mod helpers;
mod parser_api_test;
mod parser_test;
mod properties_test;
mod tree_test;