fixed lexer, continous should now work fairly efficiently
This commit is contained in:
parent
136344c009
commit
5b2b8ef21c
3 changed files with 74 additions and 77 deletions
|
|
@ -90,10 +90,10 @@ ARC_TEST(Parser_Basic_Parse){
|
|||
|
||||
/* ~ second test ~ */
|
||||
ARC_String_CreateWithStrlen(&tempString, "z1xwvq");
|
||||
|
||||
//this destroys string, so no need for cleanup
|
||||
ARC_Parser_Parse(parser, &tempString);
|
||||
|
||||
|
||||
ARC_CHECK(arc_errno == 0);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue