Update precommit test file list to run all test files.
JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(String("abc").charAt(-1) === "" ? 1 : 0);
|
||||
assert(String("abc").charAt(-1) === "");
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(String("abc").charAt(3) === "" ? 1 : 0);
|
||||
assert(String("abc").charAt(3) === "");
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(String("abc").charAt(0) === "a" ? 1 : 0);
|
||||
assert(String("abc").charAt(0) === "a");
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(String("abc").charAt("0") === "a" ? 1 : 0);
|
||||
assert(String("abc").charAt("0") === "a");
|
||||
|
||||
Reference in New Issue
Block a user