Revert typo fix

This commit is contained in:
Marcel Ribeiro-Dantas
2023-10-12 01:33:25 -03:00
parent 4b8441a1a0
commit 9080f1f354

View File

@@ -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
-----^"
`);
});