mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-13 07:52:22 -07:00
[impl] more passing over the parser; found an odd part and made a test to reveal a bug
This commit is contained in:
@@ -16,7 +16,7 @@ int main(int argument_count, char **arguments)
|
||||
MD_PushSibling(&first, &last, root);
|
||||
}
|
||||
|
||||
// NOTE(rjf): Put errors on every single node.
|
||||
// NOTE(rjf): Print errors on every single node.
|
||||
for(MD_EachNode(root, first))
|
||||
{
|
||||
for(MD_EachNode(node, root->first_child))
|
||||
|
||||
Reference in New Issue
Block a user