build_test__json_model_in_folder.snap 555 B

1234567891011121314151617181920212223
  1. ---
  2. source: rojo-test/src/build_test.rs
  3. expression: contents
  4. ---
  5. <roblox version="4">
  6. <Item class="Folder" referent="0">
  7. <Properties>
  8. <string name="Name">json_model_in_folder</string>
  9. </Properties>
  10. <Item class="IntValue" referent="1">
  11. <Properties>
  12. <string name="Name">simple-model</string>
  13. <int name="Value">5</int>
  14. </Properties>
  15. <Item class="Folder" referent="2">
  16. <Properties>
  17. <string name="Name">A Child</string>
  18. </Properties>
  19. </Item>
  20. </Item>
  21. </Item>
  22. </roblox>