mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-02 11:54:15 +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
|
||||
.toThrowErrorMatchingInlineSnapshot(`
|
||||
"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