From be3da0b39d5e78ce34ec6b956722c574948c6808 Mon Sep 17 00:00:00 2001 From: yari-dewalt Date: Mon, 21 Oct 2024 15:37:41 -0700 Subject: [PATCH] Update testing file --- cypress/platform/yari.html | 39 +++++++++++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/cypress/platform/yari.html b/cypress/platform/yari.html index 547716ee71..501541c3b8 100644 --- a/cypress/platform/yari.html +++ b/cypress/platform/yari.html @@ -449,7 +449,8 @@

Complex Relations with Theme

--- config: theme: forest - look: handDrawn + look: handDrawns + layout: elk --- classDiagram direction RL @@ -464,8 +465,8 @@

Complex Relations with Theme

-id : int -name : string } - Student "1" --o "1" IdCard : carries - Student "1" --o "1" Bike : rides + Student "1" o--o "1" IdCard : carries + Student "1" o--o "1" Bike : rides
@@ -490,6 +491,23 @@

Namespaces

}
+
+

Namespaces

+
+          ---
+            config:
+              layout: elk
+          ---
+          classDiagram
+          namespace Namespace1 {
+            class C1
+            class C2
+          }
+          C1 --> C2
+          class C3
+          class C4
+        
+

Full Example

@@ -555,6 +573,7 @@ 

Full Example

--- config: look: handDrawn + layout: elk --- classDiagram Class01 "1" <|--|> "*" AveryLongClass : Cool @@ -591,7 +610,9 @@

Full Example