internal: add integrated test for token censoring

This commit is contained in:
Aleksey Kladov 2021-10-10 16:50:28 +03:00
parent a88344152d
commit 634f047d90
7 changed files with 105 additions and 71 deletions

View file

@ -12,9 +12,6 @@ mod syntax_bridge;
mod tt_iter;
mod subtree_source;
#[cfg(test)]
mod tests;
#[cfg(test)]
mod benchmark;
mod token_map;