move reparsing tests

This commit is contained in:
darksv 2018-09-15 14:35:30 +02:00
parent 16ad5384f0
commit 46cee0415c
3 changed files with 140 additions and 129 deletions

View file

@ -27,6 +27,10 @@ extern crate parking_lot;
extern crate smol_str;
extern crate text_unit;
#[cfg(test)]
#[macro_use]
extern crate test_utils;
pub mod algo;
pub mod ast;
mod lexer;