mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
* Add test project for tags * Update rbx_dom_lua and add attributes project * Add Attributes shorthand; not working * Update dependencies * Update rbx_reflection_database * Update rbx_types and commit attributes snapshot
25 lines
776 B
Plaintext
25 lines
776 B
Plaintext
---
|
|
source: tests/tests/build.rs
|
|
assertion_line: 99
|
|
expression: contents
|
|
---
|
|
<roblox version="4">
|
|
<Item class="Folder" referent="0">
|
|
<Properties>
|
|
<string name="Name">attributes</string>
|
|
</Properties>
|
|
<Item class="Folder" referent="1">
|
|
<Properties>
|
|
<string name="Name">Explicit</string>
|
|
<BinaryString name="AttributesSerialize">AgAAAAUAAABIZWxsbwIFAAAAV29ybGQGAAAAVmVjdG9yEQAAgD8AAABAAABAQA==</BinaryString>
|
|
</Properties>
|
|
</Item>
|
|
<Item class="Folder" referent="2">
|
|
<Properties>
|
|
<string name="Name">ImplicitAttributes</string>
|
|
<BinaryString name="AttributesSerialize">AgAAAAMAAABIZXkCBwAAAEdyYW5kbWEGAAAAVmVjdG9yEQAAgEAAAKBAAADAQA==</BinaryString>
|
|
</Properties>
|
|
</Item>
|
|
</Item>
|
|
</roblox>
|