mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-12 22:47:30 +08:00
Inline attributes semantics and tests
This commit is contained in:
10
cypress/fixtures/serializedEntity2.js
Normal file
10
cypress/fixtures/serializedEntity2.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default `{
|
||||
someNumber: 567
|
||||
someString: "alpha"
|
||||
someString2: "beta"
|
||||
someBoolean: True
|
||||
someBoolean2: False
|
||||
someObjectString: "gamma"
|
||||
someArray: (400,500,600,700,800,)
|
||||
someEntity: Entity1(a=8, b=9)
|
||||
}`
|
||||
Reference in New Issue
Block a user