-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init csv feature + test * fmt fixes
- Loading branch information
Showing
7 changed files
with
88 additions
and
4 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
rojo-test/build-test-snapshots/end_to_end__tests__build__init_csv_with_children.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,19 @@ | ||
--- | ||
source: tests/tests/build.rs | ||
assertion_line: 100 | ||
expression: contents | ||
--- | ||
<roblox version="4"> | ||
<Item class="LocalizationTable" referent="0"> | ||
<Properties> | ||
<string name="Name">init_csv_with_children</string> | ||
<string name="Contents">[{"key":"init.csv","values":{}}]</string> | ||
</Properties> | ||
<Item class="LocalizationTable" referent="1"> | ||
<Properties> | ||
<string name="Name">other</string> | ||
<string name="Contents">[{"key":"other.csv","values":{}}]</string> | ||
</Properties> | ||
</Item> | ||
</Item> | ||
</roblox> |
6 changes: 6 additions & 0 deletions
6
rojo-test/build-tests/init_csv_with_children/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,6 @@ | ||
{ | ||
"name": "init_csv_with_children", | ||
"tree": { | ||
"$path": "src" | ||
} | ||
} |
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,2 @@ | ||
Key | ||
init.csv |
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,2 @@ | ||
Key | ||
other.csv |
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