forked from rojo-rbx/rojo
Ensure that pruned Instances aren't treated as existing in syncback (#1179)
Closes #1178.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
source: tests/rojo_test/syncback_util.rs
|
||||
expression: "String::from_utf8_lossy(&output.stdout)"
|
||||
---
|
||||
Writing src/Pointer1.model.json
|
||||
Writing src/Pointer2.model.json
|
||||
Writing src/Pointer3.model.json
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
source: tests/tests/syncback.rs
|
||||
expression: src/Pointer1.model.json
|
||||
---
|
||||
{
|
||||
"className": "ObjectValue"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
source: tests/tests/syncback.rs
|
||||
expression: src/Pointer2.model.json
|
||||
---
|
||||
{
|
||||
"className": "ObjectValue"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
source: tests/tests/syncback.rs
|
||||
expression: src/Pointer3.model.json
|
||||
---
|
||||
{
|
||||
"className": "ObjectValue"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "ref_properties_pruned",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
"ServerScriptService": {
|
||||
"$path": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
rojo-test/syncback-tests/ref_properties_pruned/input.rbxl
Normal file
BIN
rojo-test/syncback-tests/ref_properties_pruned/input.rbxl
Normal file
Binary file not shown.
Reference in New Issue
Block a user