From bea66129a9c75d122708d308793d9a4891ef60c8 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Tue, 3 Sep 2019 23:12:48 +0200 Subject: [PATCH] Fix note syntax in tests --- test/plantuml-indentation-notes-test.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/plantuml-indentation-notes-test.el b/test/plantuml-indentation-notes-test.el index b58f2b4..337d18b 100644 --- a/test/plantuml-indentation-notes-test.el +++ b/test/plantuml-indentation-notes-test.el @@ -16,16 +16,16 @@ "Test correct indentation of a simple note block." (plantuml-test-indent-block " -note: single line note +note right: single line note -note +note right multi line note end note " " -note: single line note +note right: single line note -note +note right multi line note end note "