Runnig tests somehow

This commit is contained in:
Aleksey Kladov 2018-08-24 13:41:25 +03:00
parent 89e56c364f
commit 6cade3f6d8
10 changed files with 149 additions and 32 deletions

View file

@ -39,6 +39,7 @@ mod syntax_kinds;
mod yellow;
/// Utilities for simple uses of the parser.
pub mod utils;
pub mod text_utils;
pub use {
text_unit::{TextRange, TextUnit},