spelling: backslash

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 07:52:31 -04:00
parent a79a50b77f
commit e2bf95c922

View File

@@ -429,7 +429,7 @@ describe('[Text] when parsing', () => {
expect(vert.get('C').text).toBe('Начало');
});
it('should handle backslask', function () {
it('should handle backslash', function () {
const res = flow.parser.parse('graph TD;A-->C(c:\\windows);');
const vert = flow.parser.yy.getVertices();