add test for aliased shape block
This commit is contained in:
parent
bbbb253d22
commit
947900f03e
1 changed files with 24 additions and 0 deletions
|
@ -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))
|
||||||
|
))
|
||||||
|
))
|
||||||
|
))
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue