diff --git a/test/corpus/shape.txt b/test/corpus/shape.txt index 0375213..c1c90ef 100644 --- a/test/corpus/shape.txt +++ b/test/corpus/shape.txt @@ -106,3 +106,27 @@ foo: { )) )) ) + +================================================================================ +Aliased shape block +================================================================================ + +foo: Foo { + bar: Bar { + baz: Baz { + biz: Biz + } + } +} + +-------------------------------------------------------------------------------- + +(source_file + (shape (identifier) (label) (block + (shape (identifier) (label) (block + (shape (identifier) (label) (block + (shape (identifier) (label)) + )) + )) + )) +)