From 14fc4fc11179a16368c09056d7a18aba2d95cc75 Mon Sep 17 00:00:00 2001 From: mark-friedman Date: Thu, 9 Sep 2021 12:34:46 -0700 Subject: [PATCH] Add procedure blocks to the test toolbox --- block-lexical-variables/test/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/block-lexical-variables/test/index.js b/block-lexical-variables/test/index.js index addd57a..d262a00 100644 --- a/block-lexical-variables/test/index.js +++ b/block-lexical-variables/test/index.js @@ -17,7 +17,9 @@ import {registerCss} from '../src/css'; const allBlocks = [ 'global_declaration', 'controls_forRange', - 'local_declaration_statement' + 'local_declaration_statement', + 'procedures_defnoreturn', + 'procedures_callnoreturn', ]; /**