You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
643 B
Plaintext
20 lines
643 B
Plaintext
@startuml
|
|
|
|
!$ThemeToBeCHecked=C4_FirstTest
|
|
|
|
' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally
|
|
!if %variable_exists("RELATIVE_INCLUDE")
|
|
' !theme C4_FirstTest from %get_variable_value("RELATIVE_INCLUDE")/themes
|
|
!theme $ThemeToBeCHecked from ./../themes
|
|
!else
|
|
!theme $ThemeToBeCHecked from https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/themes
|
|
!endif
|
|
|
|
!if %variable_exists("RELATIVE_INCLUDE")
|
|
!include ./TestAllElementsWithLegend.puml
|
|
!else
|
|
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/percy/TestAllElementsWithLegend.puml
|
|
!endif
|
|
|
|
@enduml
|