From e4a4f5f5c2fc28defc4ca4e6c5eefc81a33a5881 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 4 Dec 2022 03:27:27 +0300 Subject: [PATCH] add more tests --- test/corpus/connection.txt | 21 +++++++++++++++++++++ test/corpus/shape.txt | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/test/corpus/connection.txt b/test/corpus/connection.txt index b7686dc..cdca530 100644 --- a/test/corpus/connection.txt +++ b/test/corpus/connection.txt @@ -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 ================== diff --git a/test/corpus/shape.txt b/test/corpus/shape.txt index 9913331..d282447 100644 --- a/test/corpus/shape.txt +++ b/test/corpus/shape.txt @@ -28,7 +28,7 @@ Complex identifier ================== -Inline shapes +Many shapes inline ================== a;b;c