mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 20:24:16 +01:00
Update tests
This commit is contained in:
@@ -172,6 +172,7 @@ This Markdown should be kept.
|
||||
"| **Semantic Name** | **Shape Name** | **Short Name** | **Description** | **Alias Supported** |
|
||||
| --------------------------------- | ---------------------- | -------------- | ------------------------------ | ---------------------------------------------------------------- |
|
||||
| Card | Notched Rectangle | \`notch-rect\` | Represents a card | \`card\`, \`notched-rectangle\` |
|
||||
| Class Box | Class Box | \`classBox\` | Class Box | \`class-box\` |
|
||||
| Collate | Hourglass | \`hourglass\` | Represents a collate operation | \`collate\`, \`hourglass\` |
|
||||
| Com Link | Lightning Bolt | \`bolt\` | Communication link | \`com-link\`, \`lightning-bolt\` |
|
||||
| Comment | Curly Brace | \`brace\` | Adds a comment | \`brace-l\`, \`comment\` |
|
||||
|
||||
@@ -494,7 +494,7 @@ class C13["With Città foreign language"]
|
||||
],
|
||||
methods: [],
|
||||
annotations: [],
|
||||
cssClasses: [],
|
||||
cssClasses: ['default'],
|
||||
});
|
||||
|
||||
expect(classDb.getClasses().size).toBe(3);
|
||||
@@ -504,7 +504,7 @@ class C13["With Città foreign language"]
|
||||
"cssClasses": [
|
||||
"default",
|
||||
],
|
||||
"domId": "classId-Student-134",
|
||||
"domId": "classId-Student-141",
|
||||
"id": "Student",
|
||||
"label": "Student",
|
||||
"members": [
|
||||
|
||||
Reference in New Issue
Block a user