diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-11-24 16:35:21 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-11-24 16:35:21 -0500 |
commit | ed7085881a6005f96399dfaaa8f84bdcd596ee02 (patch) | |
tree | c81548fbbd5f7bc12154cd4311d1f130775de583 /tests/tests.rs | |
parent | 217ec4144c4a4a90e81c7407728fe3ce00cff872 (diff) | |
download | two-timer-ed7085881a6005f96399dfaaa8f84bdcd596ee02.zip |
new small_grammar feature
Diffstat (limited to 'tests/tests.rs')
-rw-r--r-- | tests/tests.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tests.rs b/tests/tests.rs index 17acb23..2dee5c1 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -6,9 +6,9 @@ use chrono::naive::NaiveDate; use chrono::{Duration, Local}; // a debugging method to print out the parse tree -fn show_me(p: &str) { - println!("{}", two_timer::MATCHER.parse(p).unwrap()); -} +// fn show_me(p: &str) { +// println!("{}", two_timer::MATCHER.parse(p).unwrap()); +// } #[test] fn can_use_parsable() { |