mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Add missing field to block definition in test. (#4209)
This commit is contained in:
@@ -518,7 +518,14 @@ suite('Navigation', function() {
|
||||
setup(function() {
|
||||
Blockly.defineBlocksWithJsonArray([{
|
||||
"type": "basic_block",
|
||||
"message0": "",
|
||||
"message0": "%1",
|
||||
"args0": [
|
||||
{
|
||||
"type": "field_input",
|
||||
"name": "TEXT",
|
||||
"text": "default"
|
||||
}
|
||||
],
|
||||
"previousStatement": null,
|
||||
"nextStatement": null,
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user