mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 09:49:46 +02:00
added cli_test_run-samples to test samples from commandline; added --outputSuffix option
This commit is contained in:
6
test/fixtures/samples/sequence_text.mmd
vendored
Normal file
6
test/fixtures/samples/sequence_text.mmd
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
sequenceDiagram
|
||||
participant A as actor
|
||||
participant B as very very very long long long long-long-long text
|
||||
A->>B: hi
|
||||
B-->A:
|
||||
B->>A: hello
|
Reference in New Issue
Block a user