mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Map sorting in Insta was previously not recursive. As of this PR, it is! https://github.com/mitsuhiko/insta/pull/80 Since it hasn't made it into a release yet, but is important for Rojo to have snapshot determinism, we're moving temporarily to depend on Insta via Git.
43 lines
808 B
Plaintext
43 lines
808 B
Plaintext
---
|
|
source: rojo-test/src/serve_test.rs
|
|
expression: "read_response.intern_and_redact(&mut redactions, root_id)"
|
|
---
|
|
instances:
|
|
id-2:
|
|
Children:
|
|
- id-3
|
|
- id-4
|
|
ClassName: Folder
|
|
Id: id-2
|
|
Metadata:
|
|
ignoreUnknownInstances: false
|
|
Name: scripts
|
|
Parent: ~
|
|
Properties: {}
|
|
id-3:
|
|
Children: []
|
|
ClassName: Script
|
|
Id: id-3
|
|
Metadata:
|
|
ignoreUnknownInstances: false
|
|
Name: bar
|
|
Parent: id-2
|
|
Properties:
|
|
Source:
|
|
Type: String
|
|
Value: "-- Hello, from bar!"
|
|
id-4:
|
|
Children: []
|
|
ClassName: ModuleScript
|
|
Id: id-4
|
|
Metadata:
|
|
ignoreUnknownInstances: false
|
|
Name: foo
|
|
Parent: id-2
|
|
Properties:
|
|
Source:
|
|
Type: String
|
|
Value: "-- Hello, from foo!"
|
|
messageCursor: 0
|
|
sessionId: id-1
|