malformed test

This commit is contained in:
NikVolf
2017-06-06 14:19:36 +03:00
parent b789ea7422
commit 8407520ab4
5 changed files with 32 additions and 5 deletions

View File

@ -47,6 +47,12 @@ pub enum Command {
filename: String,
text: String,
},
#[serde(rename = "assert_malformed")]
AssertMalformed {
line: u64,
filename: String,
text: String,
},
#[serde(rename = "action")]
Action {
line: u64,