summaryrefslogtreecommitdiffstats
path: root/svgbob/TODO.md
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-11-26 00:37:09 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-11-26 00:37:09 +0800
commita33379db295d188fcbee430399401d16c535ddd9 (patch)
treec2c4233cfdeaa59c59f277b6ed9153d9a83f08e6 /svgbob/TODO.md
parentb89293bc61233f746474c57b23db09c71a6ac0c3 (diff)
Fix some bugs on text escaping, where the last bit of the text at the end is omitted
Diffstat (limited to 'svgbob/TODO.md')
-rw-r--r--svgbob/TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/svgbob/TODO.md b/svgbob/TODO.md
index 19c8dcf..1a28791 100644
--- a/svgbob/TODO.md
+++ b/svgbob/TODO.md
@@ -16,3 +16,4 @@
- [ ] Fix the double arrow issue
When there is 2 arrows in the middle of a line `---->>-------` or `----<<----`
- [ ] Clean the project enforce deny warnings.
+- [ ] Fix a bug where an escaped text has whitespaces, the whitespaces are gone.