mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-07 01:26:42 +02:00
#1676 Fix for broken test cases
This commit is contained in:
@@ -263,7 +263,7 @@ describe('Class diagram V2', () => {
|
|||||||
int id
|
int id
|
||||||
test()
|
test()
|
||||||
}
|
}
|
||||||
link class01 "google.com" "A Tooltip"
|
link Class01 "google.com" "A Tooltip"
|
||||||
`,
|
`,
|
||||||
{logLevel : 1, flowchart: { "htmlLabels": false },}
|
{logLevel : 1, flowchart: { "htmlLabels": false },}
|
||||||
);
|
);
|
||||||
@@ -285,7 +285,7 @@ describe('Class diagram V2', () => {
|
|||||||
int id
|
int id
|
||||||
test()
|
test()
|
||||||
}
|
}
|
||||||
callback class01 "functionCall" "A Tooltip"
|
callback Class01 "functionCall" "A Tooltip"
|
||||||
`,
|
`,
|
||||||
{logLevel : 1, flowchart: { "htmlLabels": false },}
|
{logLevel : 1, flowchart: { "htmlLabels": false },}
|
||||||
);
|
);
|
||||||
|
@@ -193,7 +193,7 @@ describe('Class diagram', () => {
|
|||||||
int id
|
int id
|
||||||
test()
|
test()
|
||||||
}
|
}
|
||||||
link class01 "google.com" "A Tooltip"
|
link Class01 "google.com" "A Tooltip"
|
||||||
`,
|
`,
|
||||||
{}
|
{}
|
||||||
);
|
);
|
||||||
@@ -215,7 +215,7 @@ describe('Class diagram', () => {
|
|||||||
int id
|
int id
|
||||||
test()
|
test()
|
||||||
}
|
}
|
||||||
callback class01 "functionCall" "A Tooltip"
|
callback Class01 "functionCall" "A Tooltip"
|
||||||
`,
|
`,
|
||||||
{}
|
{}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user