I hit this bug while working on a tweetcart:
?"\*6a" -- prints 6 'a's (expected) ?"\*6\"" -- prints 6 quotes (expected) ?"\*6\n" -- prints 1 newline (unexpected!) ?"\n" -- prints 1 newline (expected) |
1
Thanks @pancelor -- fixed for 0.2.4c
I've also extended this to allow repeating inline glyphs:
[Please log in to post a comment]