diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/parser.rs | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/parser.rs b/src/parser.rs index 148187f..50b15b3 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -373,6 +373,30 @@ mod tests { } #[test] + fn action_parses_map_with_simple_characters() { + } + + #[test] + fn action_parses_map_with_modifier() { + } + + #[test] + fn action_parses_map_with_special_key() { + } + + #[test] + fn action_parses_map_with_backslash_escape() { + } + + #[test] + fn action_parses_map_with_less_than_escape() { + } + + #[test] + fn action_parses_command_to_vec_of_words() { + } + + #[test] fn map_parses_map_line() { let text = "map <play><down> test "; |
