Add several tests to dev/test, router handlers and syntax tokens
Some checks are pending
/ verify (push) Waiting to run
Some checks are pending
/ verify (push) Waiting to run
This commit is contained in:
parent
024b0a06ee
commit
6180bb371f
20 changed files with 456 additions and 10 deletions
|
|
@ -73,5 +73,8 @@ mod tests {
|
|||
fn flatten() {
|
||||
let oblique = Oblique::new(false);
|
||||
assert_eq!(oblique.flatten(), "");
|
||||
|
||||
let token = Token::Oblique(oblique);
|
||||
assert_eq!(token.flatten(), "");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue