mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
PR Comments
This commit is contained in:
@@ -394,7 +394,7 @@ suite('Procedures', function() {
|
||||
delete Blockly.Blocks['nested_proc'];
|
||||
});
|
||||
|
||||
test('New definition', function() {
|
||||
test('Custom procedure block', function() {
|
||||
// Do not require procedures to be the built-in procedures.
|
||||
var defBlock = new Blockly.Block(this.workspace, 'new_proc');
|
||||
var def = Blockly.Procedures.getDefinition('test', this.workspace);
|
||||
|
||||
Reference in New Issue
Block a user