mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
More strict .meta.json files
This commit is contained in:
6
test-projects/meta_files_bad/default.project.json
Normal file
6
test-projects/meta_files_bad/default.project.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "meta_files_bad",
|
||||
"tree": {
|
||||
"$path": "src"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"properties": {
|
||||
"x": true
|
||||
}
|
||||
}
|
||||
11
test-projects/meta_files_bad/src/RobloxInstance.rbxmx
Normal file
11
test-projects/meta_files_bad/src/RobloxInstance.rbxmx
Normal file
@@ -0,0 +1,11 @@
|
||||
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||
<Meta name="ExplicitAutoJoints">true</Meta>
|
||||
<External>null</External>
|
||||
<External>nil</External>
|
||||
<Item class="Folder" referent="RBXFC73D3B1B4524E729A1563A276CBC702">
|
||||
<Properties>
|
||||
<string name="Name">Folder</string>
|
||||
<BinaryString name="Tags"></BinaryString>
|
||||
</Properties>
|
||||
</Item>
|
||||
</roblox>
|
||||
Reference in New Issue
Block a user