mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Unskipped whitespace then text.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user