add test for aliased shape block

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-06 12:41:41 +03:00
parent bbbb253d22
commit 947900f03e
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 24 additions and 0 deletions

View File

@ -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))
))
))
))
)