Fixed comment directives in test cases
This commit is contained in:
@@ -13,9 +13,9 @@ diagrams:
|
|||||||
- clanguml::t00002
|
- clanguml::t00002
|
||||||
plantuml:
|
plantuml:
|
||||||
after:
|
after:
|
||||||
- 'note left of @A(A) : {{ comment("A") }}'
|
- '{% set e=element("A") %} note left of {{ e.alias }} : {{ trim(e.comment.brief.0) }}'
|
||||||
- 'note top of @A(B) : {{ comment("clanguml::t00002::B") }}'
|
- '{% set e=element("clanguml::t00002::B") %} note top of {{ e.alias }} : {{ trim(e.comment.brief.0) }}'
|
||||||
- |
|
- |
|
||||||
note right of {{ alias("D") }}
|
note right of {{ alias("D") }}
|
||||||
{{ comment("D") }}
|
{{ comment("D").text }}
|
||||||
end note
|
end note
|
||||||
@@ -18,5 +18,5 @@ diagrams:
|
|||||||
- "' t30001 test package diagram"
|
- "' t30001 test package diagram"
|
||||||
after:
|
after:
|
||||||
- 'note right of {{ alias("A::AA::AAA") }}: A AAA note...'
|
- 'note right of {{ alias("A::AA::AAA") }}: A AAA note...'
|
||||||
- 'note top of {{ alias("A::AA") }} : {{ comment("A::AA") }}'
|
- '{% set e=element("A::AA") %} note top of {{ alias("A::AA") }} : {{ e.comment.formatted }}'
|
||||||
- 'note top of {{ alias("B::AA") }} : {{ comment("B::AA") }}'
|
- '{% set e=element("B::AA") %} note top of {{ alias("B::AA") }} : {{ e.comment.formatted }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user