mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-08 11:34:40 -04:00
Update CREATE event fixture to have outerHTML
This commit is contained in:
parent
fd95d3045d
commit
feea7a0566
1 changed files with 2 additions and 7 deletions
9
test/fixtures/events.json
vendored
9
test/fixtures/events.json
vendored
|
@ -1,16 +1,11 @@
|
||||||
{
|
{
|
||||||
"create": {
|
"create": {
|
||||||
"blockId": "z!+#Nqr,_(V=xz0y7a@d",
|
|
||||||
"workspaceId": "7Luws3lyb*Z98~Kk+IG|",
|
"workspaceId": "7Luws3lyb*Z98~Kk+IG|",
|
||||||
"group": ";OswyM#@%`%,xOrhOXC=",
|
"group": ";OswyM#@%`%,xOrhOXC=",
|
||||||
"recordUndo": true,
|
"recordUndo": true,
|
||||||
|
"name": "block",
|
||||||
"xml": {
|
"xml": {
|
||||||
"attributes": {
|
"outerHTML": "<block type=\"wedo_motorclockwise\" id=\"z!+#Nqr,_(V=xz0y7a@d\"><value name=\"DURATION\"><shadow type=\"math_number\" id=\"!6Ahqg4f}Ljl}X5Hws?Z\"><field name=\"NUM\">10</field></shadow></value></block>"
|
||||||
"type": {
|
|
||||||
"value": "wedo_motorclockwise"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"innerHTML": "<value name=\"DURATION\"><shadow type=\"math_number\" id=\"!6Ahqg4f}Ljl}X5Hws?Z\"><field name=\"NUM\">10</field></shadow></value>"
|
|
||||||
},
|
},
|
||||||
"ids": [
|
"ids": [
|
||||||
"z!+#Nqr,_(V=xz0y7a@d",
|
"z!+#Nqr,_(V=xz0y7a@d",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue