diff --git a/shortcodes.c b/shortcodes.c index ed3952c..75ed634 100644 --- a/shortcodes.c +++ b/shortcodes.c @@ -83,7 +83,7 @@ cs = 0; } int main(int argc, char **argv) { - bstring output = parse("foo AbarB bat"); + bstring output = parse("ABAAB"); printf("%s\n", output->data); return 0; -} \ No newline at end of file +}