#1142 Simplified arrows/edges in the grammar

This commit is contained in:
Knut Sveidqvist
2019-12-15 13:34:35 +01:00
parent dddd5af830
commit 4ff4058244
6 changed files with 186 additions and 143 deletions

View File

@@ -87,7 +87,7 @@ describe('[Edges] when parsing', () => {
expect(edges[0].text).toBe('');
});
it('should handle double edged nodes with text on thick arrows', function() {
it('should handle double edged nodes with text on thick arrows XYZ1', function() {
const res = flow.parser.parse('graph TD;\nA x== text ==x B;');
const vert = flow.parser.yy.getVertices();