mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-14 09:44:51 +01:00
Revert typo fix
This commit is contained in:
@@ -174,7 +174,7 @@ describe('when using mermaid and ', () => {
|
|||||||
await expect(mermaid.parse('graph TQ;A--x|text including URL space|B;')).rejects
|
await expect(mermaid.parse('graph TQ;A--x|text including URL space|B;')).rejects
|
||||||
.toThrowErrorMatchingInlineSnapshot(`
|
.toThrowErrorMatchingInlineSnapshot(`
|
||||||
"Lexical error on line 1. Unrecognized text.
|
"Lexical error on line 1. Unrecognized text.
|
||||||
graph TQ;A--x|text include
|
graph TQ;A--x|text includ
|
||||||
-----^"
|
-----^"
|
||||||
`);
|
`);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user