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