mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-16 02:34:41 +01:00
add more tests in cli_test-samples: flowchart, sequence, gantt, gitgraph, load html in phantomjs and save screenshot png
This commit is contained in:
19
test/fixtures/samples/gitgraph.mmd
vendored
Normal file
19
test/fixtures/samples/gitgraph.mmd
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
gitGraph BT:
|
||||
options
|
||||
{
|
||||
"nodeSpacing": 150
|
||||
}
|
||||
end
|
||||
commit
|
||||
branch newbranch
|
||||
checkout newbranch
|
||||
commit
|
||||
commit
|
||||
checkout master
|
||||
commit
|
||||
commit
|
||||
merge newbranch
|
||||
reset newbranch^^
|
||||
commit
|
||||
commit
|
||||
|
||||
Reference in New Issue
Block a user