diff options
| author | Teddy Wing | 2018-10-03 23:15:02 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-03 23:17:17 +0200 | 
| commit | 1485622edf17fb274ada843cced2b4360d7f5aa4 (patch) | |
| tree | 3fa51f1dfbac5ea9027ac677d1637b33480be768 /src/parser.rs | |
| parent | d5b7cee9733531c3e273794dbf1a5264c6e96b3c (diff) | |
| download | dome-key-map-1485622edf17fb274ada843cced2b4360d7f5aa4.tar.bz2 | |
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.
Diffstat (limited to 'src/parser.rs')
| -rw-r--r-- | src/parser.rs | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/src/parser.rs b/src/parser.rs index 38c7ecd..3b5a8e4 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -927,11 +927,6 @@ mod tests {      }      #[test] -    fn action_parses_command_to_vec_of_words() { -        let text = "/usr/bin/say 'hello'"; -    } - -    #[test]      fn map_parses_map_line() {          let text = "map <play><down> test  "; | 
