add more tests
This commit is contained in:
parent
c6fc30e53d
commit
e4a4f5f5c2
2 changed files with 22 additions and 1 deletions
|
@ -74,6 +74,27 @@ foo--bar->biz->baz
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
==================
|
||||||
|
Many connections inline
|
||||||
|
==================
|
||||||
|
|
||||||
|
foo--bar;biz->baz
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
(source_file
|
||||||
|
(connection
|
||||||
|
(identifier)
|
||||||
|
(arrow)
|
||||||
|
(identifier)
|
||||||
|
)
|
||||||
|
(connection
|
||||||
|
(identifier)
|
||||||
|
(arrow)
|
||||||
|
(identifier)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
==================
|
==================
|
||||||
Descripted connection
|
Descripted connection
|
||||||
==================
|
==================
|
||||||
|
|
|
@ -28,7 +28,7 @@ Complex identifier
|
||||||
|
|
||||||
|
|
||||||
==================
|
==================
|
||||||
Inline shapes
|
Many shapes inline
|
||||||
==================
|
==================
|
||||||
|
|
||||||
a;b;c
|
a;b;c
|
||||||
|
|
Loading…
Reference in a new issue