Skip to content

Commit fbc44d5

Browse files
authored
Plaintex bugfix (#2)
* initial plaintext code * duplicate line preventing number values
1 parent 76bfc13 commit fbc44d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tokenizer/plaintext/plaintext_tokenizer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ int main(int argc, char* argv[]) {
7474
tmp["type"]="string";
7575
tmp["value"]=token;
7676
}
77-
tmp["value"]=token;
7877
tokens.push_back(tmp);
7978
token="";
8079
last_was_alpha = false;

0 commit comments

Comments
 (0)