-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clone_multiple_into_external ref preservation test
- Loading branch information
1 parent
ee83b9e
commit e3ed64e
Showing
2 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
rbx_dom_weak/src/snapshots/rbx_dom_weak__dom__test__clone_multiple_into_external.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
source: rbx_dom_weak/src/dom.rs | ||
expression: viewer.view(&other_dom) | ||
--- | ||
referent: referent-0 | ||
name: DataModel | ||
class: DataModel | ||
properties: {} | ||
children: | ||
- referent: referent-1 | ||
name: Child1 | ||
class: Part | ||
properties: | ||
RefProp: referent-2 | ||
children: [] | ||
- referent: referent-2 | ||
name: Child2 | ||
class: Part | ||
properties: | ||
RefProp: referent-1 | ||
children: [] | ||
|