mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Add tests for keyboard navigation (#2725)
This commit is contained in:
@@ -27,6 +27,25 @@ Blockly.defineBlocksWithJsonArray([ // BEGIN JSON EXTRACT
|
||||
"message0": "",
|
||||
"args0": []
|
||||
},
|
||||
{
|
||||
"type": "test_basic_stack",
|
||||
"message0": "stack block",
|
||||
"previousStatement": null,
|
||||
"nextStatement": null,
|
||||
"style": "math_blocks"
|
||||
},
|
||||
{
|
||||
"type": "test_basic_row",
|
||||
"message0": "row block %1",
|
||||
"args0": [
|
||||
{
|
||||
"type": "input_value",
|
||||
"name": "INPUT"
|
||||
}
|
||||
],
|
||||
"output": null,
|
||||
"style": "math_blocks"
|
||||
},
|
||||
{
|
||||
"type": "test_basic_value_to_stack",
|
||||
"message0": "value to stack",
|
||||
|
||||
Reference in New Issue
Block a user