Fix bug
This commit is contained in:
parent
3e04cbfa29
commit
8c473c554e
@ -68,7 +68,7 @@ pub fn tokenize(input: &str) -> Option<Vec<Token>> {
|
|||||||
RParen
|
RParen
|
||||||
} else if c == ':' {
|
} else if c == ':' {
|
||||||
Colon
|
Colon
|
||||||
else if c == ',' {
|
} else if c == ',' {
|
||||||
Comma
|
Comma
|
||||||
} else if c == '"' {
|
} else if c == '"' {
|
||||||
let mut buffer = String::with_capacity(20);
|
let mut buffer = String::with_capacity(20);
|
||||||
|
Loading…
Reference in New Issue
Block a user