tests working

This commit is contained in:
Anton-4 2021-09-25 18:38:04 +02:00
parent 69391b26d7
commit 4c2de0215a
58 changed files with 394 additions and 228 deletions

View file

@ -3,7 +3,6 @@
#![allow(clippy::large_enum_variant, clippy::upper_case_acronyms)]
#[cfg_attr(test, macro_use)]
extern crate indoc;
extern crate pest;
#[cfg_attr(test, macro_use)]
extern crate pest_derive;