todo
This commit is contained in:
parent
8e7b2fa78a
commit
57cbde96ce
@ -63,6 +63,8 @@ bstring grab_chunk(char *start, char *end) {
|
|||||||
closing_shortcode = (start spc '/' name spc end)
|
closing_shortcode = (start spc '/' name spc end)
|
||||||
@ {
|
@ {
|
||||||
bcatStatic(output, "--- closing\n");
|
bcatStatic(output, "--- closing\n");
|
||||||
|
// TODO: fail on error.
|
||||||
|
// TODO: Use a stack of open shortcodes rather than 1
|
||||||
printf("closing from %s to %s", open_name->data, new_name->data);
|
printf("closing from %s to %s", open_name->data, new_name->data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user