Files
rojo/rojo-test/build-test-snapshots/end_to_end__tests__build__deep_nesting.snap
Lucien Greathouse 5ccd02939b Replace rojo-test with regular tests folder again (#323)
* Replace rojo-test with regular tests folder again

* Bump MSRV to 1.43.1
2020-05-20 15:30:05 -07:00

27 lines
654 B
Plaintext

---
source: tests/tests/build.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>