mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Remove unecessary block variable block definition
This commit is contained in:
@@ -451,30 +451,6 @@ suite('XML', function() {
|
||||
suite('domToBlock', function() {
|
||||
setup(function() {
|
||||
this.workspace = new Blockly.Workspace();
|
||||
Blockly.defineBlocksWithJsonArray([{
|
||||
"type": "variables_get",
|
||||
"message0": "%1",
|
||||
"args0": [
|
||||
{
|
||||
"type": "field_variable",
|
||||
"name": "VAR"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "variables_set",
|
||||
"message0": "%1 %2",
|
||||
"args0": [
|
||||
{
|
||||
"type": "field_variable",
|
||||
"name": "VAR"
|
||||
},
|
||||
{
|
||||
"type": "input_value",
|
||||
"name": "VALUE"
|
||||
}
|
||||
]
|
||||
}]);
|
||||
});
|
||||
teardown(function() {
|
||||
workspaceTeardown.call(this, this.workspace);
|
||||
|
||||
Reference in New Issue
Block a user