#50 Added support for unicode rendering

This commit is contained in:
Carlo Sciolla 2016-12-25 20:13:23 +01:00
parent b5e880790b
commit 9ac32f1c19
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,8 @@
(unless format (setq-local plantuml-output-type "utxt"))
(plantuml-preview-string 42 (read-test-file puml))
(sleep-for 3)
(should (equal (read-test-file output) (read-preview-buffer))))
(should (equal (replace-regexp-in-string " " "~" (read-test-file output))
(replace-regexp-in-string " " "~" (read-preview-buffer)))))
(ert-deftest preview-test ()
(setq-local plantuml-jar-path plantuml-test-jar-path)

View File

@ -1,9 +1,8 @@
┌────┐ ┌───┐
│lang│ │日本語│
└─┬──┘ └─┬─┘
│ │
│ ─────────────>│
│ │
│ ─────────────>│
┌─┴──┐ ┌─┴─┐
│lang│ │日本語│
└────┘ └───┘