aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/parser.rs b/src/parser.rs
index 94dbbc8..2a093c1 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -1154,16 +1154,6 @@ cmd <down> echo test
cmd <down> fails";
let result = map_collection().easy_parse(State::new(text)).map(|t| t.0);
- // TODO: Why is this here?
- let mut expected = HashMap::new();
- expected.insert(
- vec![HeadphoneButton::Play],
- MapAction {
- action: Action::String("works".to_owned()),
- kind: MapKind::Map,
- },
- );
-
assert_eq!(result, Err(easy::Errors {
position: SourcePosition {
line: 2,