feature init csv (#594)

* init csv feature + test

* fmt fixes
This commit is contained in:
Boegie19
2022-07-30 03:45:19 +02:00
committed by GitHub
parent 62eb4f026f
commit 5cb4cc0d1d
7 changed files with 88 additions and 4 deletions

View File

@@ -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>

View File

@@ -0,0 +1,6 @@
{
"name": "init_csv_with_children",
"tree": {
"$path": "src"
}
}

View File

@@ -0,0 +1,2 @@
Key
init.csv
1 Key
2 init.csv

View File

@@ -0,0 +1,2 @@
Key
other.csv
1 Key
2 other.csv