Files
rojo/rojo-test/build-test-snapshots/build_test__json_model_in_folder.snap
2019-09-03 18:15:53 -07:00

23 lines
555 B
Plaintext

---
source: rojo-test/src/build_test.rs
expression: contents
---
<roblox version="4">
<Item class="Folder" referent="0">
<Properties>
<string name="Name">json_model_in_folder</string>
</Properties>
<Item class="IntValue" referent="1">
<Properties>
<string name="Name">simple-model</string>
<int name="Value">5</int>
</Properties>
<Item class="Folder" referent="2">
<Properties>
<string name="Name">A Child</string>
</Properties>
</Item>
</Item>
</Item>
</roblox>