mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 22:56:02 +00:00
Improve patch application test
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
source: src/snapshot/tests/apply.rs
|
||||
expression: applied_patch_value
|
||||
---
|
||||
removed: []
|
||||
added: []
|
||||
updated:
|
||||
- id: id-1
|
||||
changed_name: "Hello, world!"
|
||||
changed_class_name: Folder
|
||||
changed_properties: {}
|
||||
changed_metadata: ~
|
||||
@@ -1,12 +1,13 @@
|
||||
---
|
||||
source: src/snapshot/tests/apply.rs
|
||||
expression: applied_patch_value
|
||||
expression: tree_value
|
||||
---
|
||||
removed: []
|
||||
added: []
|
||||
updated:
|
||||
- id: id-1
|
||||
changed_name: "Hello, world!"
|
||||
changed_class_name: Folder
|
||||
changed_properties: {}
|
||||
changed_metadata: ~
|
||||
id: id-1
|
||||
name: "Hello, world!"
|
||||
class_name: Folder
|
||||
properties: {}
|
||||
metadata:
|
||||
ignore_unknown_instances: false
|
||||
source_path: ~
|
||||
project_node: ~
|
||||
children: []
|
||||
|
||||
Reference in New Issue
Block a user