Add func-call-spacing rule

This commit is contained in:
Rachel Fenichel
2019-07-31 09:43:21 -07:00
parent b4109d7c43
commit afd2b09453
10 changed files with 12 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
* limitations under the License.
*/
suite ('Text Input Fields', function() {
suite('Text Input Fields', function() {
function assertValue(textInputField, expectedValue, opt_expectedText) {
var actualValue = textInputField.getValue();
var actualText = textInputField.getText();