mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-15 16:01:07 -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": {
|
||||
"blockId": "z!+#Nqr,_(V=xz0y7a@d",
|
||||
"workspaceId": "7Luws3lyb*Z98~Kk+IG|",
|
||||
"group": ";OswyM#@%`%,xOrhOXC=",
|
||||
"recordUndo": true,
|
||||
"name": "block",
|
||||
"xml": {
|
||||
"attributes": {
|
||||
"type": {
|
||||
"value": "wedo_motorclockwise"
|
||||
}
|
||||
},
|
||||
"innerHTML": "<value name=\"DURATION\"><shadow type=\"math_number\" id=\"!6Ahqg4f}Ljl}X5Hws?Z\"><field name=\"NUM\">10</field></shadow></value>"
|
||||
"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>"
|
||||
},
|
||||
"ids": [
|
||||
"z!+#Nqr,_(V=xz0y7a@d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue