summaryrefslogtreecommitdiff
path: root/test/intl402
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2018-01-11 10:21:08 -0500
committerRick Waldron <waldron.rick@gmail.com>2018-01-11 10:21:08 -0500
commitd7b5715e6c47a84be6014c2e86cf3d4ba23bde84 (patch)
treed82dd73e6c69f7e3de3857326c4de20dd3af32ec /test/intl402
parent7d9cb553451ca073afc124b40edf6be1cf278e54 (diff)
downloadqtdeclarative-testsuites-d7b5715e6c47a84be6014c2e86cf3d4ba23bde84.tar.gz
Fix: various lint fixes
Diffstat (limited to 'test/intl402')
-rw-r--r--test/intl402/NumberFormat/prototype/formatToParts/default-parameter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/intl402/NumberFormat/prototype/formatToParts/default-parameter.js b/test/intl402/NumberFormat/prototype/formatToParts/default-parameter.js
index 39c682ca7..347efe03d 100644
--- a/test/intl402/NumberFormat/prototype/formatToParts/default-parameter.js
+++ b/test/intl402/NumberFormat/prototype/formatToParts/default-parameter.js
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
-esid: #sec-intl.numberformat.prototype.formattoparts
+esid: sec-intl.numberformat.prototype.formattoparts
description: Intl.NumberFormat.prototype.formatToParts called with no parameters
info: |
Intl.NumberFormat.prototype.formatToParts ([ value ])