mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
Add deep-nesting test for folders in folders
This commit is contained in:
@@ -22,6 +22,7 @@ gen_build_tests! {
|
||||
csv_bug_145,
|
||||
csv_bug_147,
|
||||
csv_in_folder,
|
||||
deep_nesting,
|
||||
gitkeep,
|
||||
json_model_in_folder,
|
||||
json_model_legacy_name,
|
||||
|
||||
28
rojo-test/src/snapshots/build_test__deep_nesting.snap
Normal file
28
rojo-test/src/snapshots/build_test__deep_nesting.snap
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
created: "2019-08-29T23:38:13.072820400Z"
|
||||
creator: insta@0.10.1
|
||||
source: rojo-test/src/build_test.rs
|
||||
expression: contents
|
||||
---
|
||||
<roblox version="4">
|
||||
<Item class="Folder" referent="0">
|
||||
<Properties>
|
||||
<string name="Name">deep_nesting</string>
|
||||
</Properties>
|
||||
<Item class="Folder" referent="1">
|
||||
<Properties>
|
||||
<string name="Name">level-1</string>
|
||||
</Properties>
|
||||
<Item class="Folder" referent="2">
|
||||
<Properties>
|
||||
<string name="Name">level-2</string>
|
||||
</Properties>
|
||||
<Item class="Folder" referent="3">
|
||||
<Properties>
|
||||
<string name="Name">level-3</string>
|
||||
</Properties>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</roblox>
|
||||
Reference in New Issue
Block a user