Added More Procedure Unit Tests (#2630)

* Added more procedure unit tests.

* Cleanup from rebase.

* Cleanup.
This commit is contained in:
Beka Westberg
2019-09-18 16:14:06 -07:00
committed by alschmiedt
parent ec34698c53
commit 093467aed1
4 changed files with 555 additions and 100 deletions

View File

@@ -483,6 +483,9 @@ Blockly.Blocks['procedures_mutatorcontainer'] = {
this.setTooltip(Blockly.Msg['PROCEDURES_MUTATORCONTAINER_TOOLTIP']);
this.contextMenu = false;
},
// TODO: Move this to a validator on the arg blocks, that way it can be
// tested.
/**
* This will create & delete variables and in dialogs workspace to ensure
* that when a new block is dragged out it will have a unique parameter name.