added number
This commit is contained in:
parent
c49b36a1e9
commit
e573152513
|
@ -85,7 +85,7 @@ mod tests {
|
|||
#[test]
|
||||
fn gibberish() {
|
||||
assert_lex(
|
||||
"(][)}'{\"ABLE\"corp :wisp ¨",
|
||||
"(][)}'{\"ABLE\"corp :wisp 6.2831853071¨",
|
||||
&[
|
||||
LeftParen,
|
||||
RightBracket,
|
||||
|
@ -97,6 +97,7 @@ mod tests {
|
|||
String("ABLE"),
|
||||
Symbol("corp"),
|
||||
Keyword("wisp"),
|
||||
Number(6.2831853071.into()),
|
||||
Error,
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue