From 1485622edf17fb274ada843cced2b4360d7f5aa4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 3 Oct 2018 23:15:02 +0200 Subject: Remove `action_parses_command_to_vec_of_words()` test Commands now stay `Action::String`s without getting re-parsed to `Action::Command`s (as per 79dfb6c8cd536e9448f05421d5018785a8b590ce). This test is therefore unnecessary. --- src/parser.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/parser.rs b/src/parser.rs index 38c7ecd..3b5a8e4 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -926,11 +926,6 @@ mod tests { assert_eq!(result, Ok(expected)); } - #[test] - fn action_parses_command_to_vec_of_words() { - let text = "/usr/bin/say 'hello'"; - } - #[test] fn map_parses_map_line() { let text = "map test -- cgit v1.2.3