Add tests for keyboard navigation (#2725)

This commit is contained in:
alschmiedt
2019-07-29 13:12:09 -07:00
committed by GitHub
parent 7dcc03e791
commit 826409b01a
9 changed files with 1708 additions and 5 deletions

View File

@@ -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",