Fixed renamed function

This commit is contained in:
Carlo Sciolla 2019-05-21 17:01:48 +02:00
parent e5186a172d
commit 06e40711e3
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@
(should (equal `("-Djava.awt.headless=true" "-jar"
,(expand-file-name "~/.plantuml/plantuml.jar")
"-charset" "UTF-8")
(plantuml-render-command)))
(plantuml-jar-render-command)))
(setq-local plantuml-jar-path "/path/with spaces/plantuml.jar")
(should (equal `("-Djava.awt.headless=true" "-jar" "/path/with spaces/plantuml.jar" "-charset" "UTF-8")
(plantuml-render-command))))
(plantuml-jar-render-command))))
(provide 'plantuml-mode-custom-jar-location-test)