new parser passes old tests

This commit is contained in:
nora 2022-09-13 11:45:17 +02:00
parent 5d24f703fa
commit caffa621de
3 changed files with 50 additions and 5 deletions

View file

@ -1,7 +1,6 @@
#![allow(dead_code)]
// for the test macro expansion
#[cfg(test)]
extern crate self as mono_fmt;
mod args;