Because Emily sooo immature 🙄
This commit is contained in:
parent
5d5ddf30d0
commit
c4048e2c01
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn lexes_simple_sexpression() {
|
||||
fn lexes_simple_expression() {
|
||||
let mut lexer = Lexer::new("(+ 3.4 6.8)");
|
||||
assert_next_token(&mut lexer, &Token::LeftParen(String::from("(")));
|
||||
assert_next_token(&mut lexer, &Token::Identifier(String::from("+")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue