tests(cmd): ensure wrong statements are recognized
This commit is contained in:
parent
92c50d6b65
commit
848775587e
5 changed files with 26 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#[derive(Debug)]
|
||||
pub enum MetaCommand {
|
||||
Exit,
|
||||
}
|
||||
|
|
@ -14,6 +15,7 @@ impl MetaCommand {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum MetaCommandParseError {
|
||||
Unrecognized { cmd: String },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue