lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-25 14:17:58 +01:00
parent 78556c6c98
commit cef87ba4a5
6 changed files with 20 additions and 87 deletions

View File

@ -8,7 +8,8 @@
import { Node, Color } from '../../lib';
const serialized_simple
= 'bar_foo [label="baz", style="dashed", shape="tripleoctagon", color="#00ff00"]';
= 'bar_foo [label="baz", style="dashed",'
+ ' shape="tripleoctagon", color="#00ff00"]';
const serialized_table = `bar_foo [label=<<table>
<tr><td>foo</td><td>bar</td><td>baz</td></tr>
<tr><td>bar</td><td>baz</td><td>foo</td></tr>