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