mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-26 11:46:42 +02:00
spelling: beginning
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,7 @@ describe('when parsing flowcharts', function () {
|
|||||||
expect(edges[1].type).toBe('arrow_point');
|
expect(edges[1].type).toBe('arrow_point');
|
||||||
expect(edges[1].text).toBe('');
|
expect(edges[1].text).toBe('');
|
||||||
});
|
});
|
||||||
it('should multiple vertices in link statement in the begining', function () {
|
it('should multiple vertices in link statement in the beginning', function () {
|
||||||
const res = flow.parser.parse(`
|
const res = flow.parser.parse(`
|
||||||
graph TD
|
graph TD
|
||||||
A-->B & C;
|
A-->B & C;
|
||||||
|
Reference in New Issue
Block a user