forked from rojo-rbx/rojo
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'syncback-tests' into syncback-internal-release
- Loading branch information
Showing
10 changed files
with
73 additions
and
14 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
rojo-test/syncback-test-snapshots/end_to_end__rojo_test__syncback_util__child_but_not.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,14 @@ | ||
--- | ||
source: tests/rojo_test/syncback_util.rs | ||
assertion_line: 48 | ||
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)" | ||
--- | ||
added_files: | ||
- "OnlyOneCopy\\child_of_one.luau" | ||
- "ReplicatedStorage\\child_replicated_storage.luau" | ||
added_dirs: | ||
- OnlyOneCopy | ||
- ReplicatedStorage | ||
removed_files: [] | ||
removed_dirs: [] | ||
|
1 change: 1 addition & 0 deletions
1
rojo-test/syncback-tests/child_but_not/expected/OnlyOneCopy/child_of_one.luau
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 @@ | ||
-- displace personality beam leadership occupy |
1 change: 1 addition & 0 deletions
1
...est/syncback-tests/child_but_not/expected/ReplicatedStorage/child_replicated_storage.luau
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 @@ | ||
-- skate bottle vain nonsense tablet |
12 changes: 12 additions & 0 deletions
12
rojo-test/syncback-tests/child_but_not/expected/default.project.json
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,12 @@ | ||
{ | ||
"name": "child_but_not", | ||
"tree": { | ||
"$className": "DataModel", | ||
"ReplicatedStorage": { | ||
"$path": "ReplicatedStorage", | ||
"OnlyOneCopy": { | ||
"$path": "OnlyOneCopy" | ||
} | ||
} | ||
} | ||
} |
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
rojo-test/syncback-tests/child_but_not/output/default.project.json
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,12 @@ | ||
{ | ||
"name": "child_but_not", | ||
"tree": { | ||
"$className": "DataModel", | ||
"ReplicatedStorage": { | ||
"$path": "ReplicatedStorage", | ||
"OnlyOneCopy": { | ||
"$path": "OnlyOneCopy" | ||
} | ||
} | ||
} | ||
} |
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
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
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
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 |
---|---|---|
|
@@ -28,4 +28,5 @@ syncback_basic_test! { | |
project_all_middleware, | ||
duplicate_rojo_id, | ||
string_value_project, | ||
child_but_not, | ||
} |