Lexeme: Add 'third' field, implement Default, simplify some methods
This commit is contained in:
parent
e6fb301a9b
commit
b60151556e
12 changed files with 97 additions and 70 deletions
|
|
@ -56,6 +56,6 @@ mod tests {
|
|||
expected = "Attempt to lex an oblique tag directly from a lexeme"
|
||||
)]
|
||||
fn lex() {
|
||||
Oblique::lex(&Lexeme::new("", ""));
|
||||
Oblique::lex(&Lexeme::default());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue