Updated test cases documentation

This commit is contained in:
Bartek Kryza
2022-09-24 01:12:28 +02:00
parent 65c813a70e
commit 9280155d40
62 changed files with 1519 additions and 1525 deletions

View File

@@ -16,11 +16,11 @@ diagrams:
- clanguml::t00002
plantuml:
after:
- 'note left of @A(A) : {{ comment("A") }}'
- 'note top of @A(B) : {{ comment("clanguml::t00002::B") }}'
- '{% set e=element("A") %} note left of {{ e.alias }} : {{ trim(e.comment.brief.0) }}'
- '{% set e=element("clanguml::t00002::B") %} note top of {{ e.alias }} : {{ trim(e.comment.brief.0) }}'
- |
note right of {{ alias("D") }}
{{ comment("D") }}
{{ comment("D").text }}
end note
```
## Source code