forked from rojo-rbx/rojo
@@ -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>
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "init_csv_with_children",
|
||||
"tree": {
|
||||
"$path": "src"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
Key
|
||||
init.csv
|
||||
|
@@ -0,0 +1,2 @@
|
||||
Key
|
||||
other.csv
|
||||
|
Reference in New Issue
Block a user