summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-11-24 16:35:21 -0500
committerdfhoughton <dfhoughton@gmail.com>2019-11-24 16:35:21 -0500
commited7085881a6005f96399dfaaa8f84bdcd596ee02 (patch)
treec81548fbbd5f7bc12154cd4311d1f130775de583 /tests
parent217ec4144c4a4a90e81c7407728fe3ce00cff872 (diff)
downloadtwo-timer-ed7085881a6005f96399dfaaa8f84bdcd596ee02.zip
new small_grammar feature
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.rs6
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() {