From efde04b7dce83aba2f5159b4a1351f097470d5b6 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Mon, 8 Jul 2019 09:20:51 -0700 Subject: [PATCH] Unskipped whitespace then text. --- tests/mocha/procedures_test.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/mocha/procedures_test.js b/tests/mocha/procedures_test.js index 4b73fcfca..4ab7db058 100644 --- a/tests/mocha/procedures_test.js +++ b/tests/mocha/procedures_test.js @@ -141,9 +141,7 @@ suite('Procedures', function() { chai.assert.equal(this.callBlock.getFieldValue('NAME'), 'start name'); }, 'start name'); }); - // TODO: Simple fix, oldText needs to be trimmed too, or we just discard - // the checking (params don't check). - test.skip('Whitespace then Text', function() { + test('Whitespace then Text', function() { this.callForAllTypes(function() { var defInput = this.defBlock.getField('NAME'); defInput.htmlInput_ = Object.create(null);