Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
test262
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pmaksimo
test262
Commits
d7c8a12e
Commit
d7c8a12e
authored
6 years ago
by
Mathias Bynens
Committed by
Leo Balter
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove invalid line terminator tests (#2044)
https://github.com/tc39/test262/pull/2020#issuecomment-456581449
parent
4f1155c5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/language/line-terminators/invalid-string-ls.js
+0
-16
0 additions, 16 deletions
test/language/line-terminators/invalid-string-ls.js
test/language/line-terminators/invalid-string-ps.js
+0
-16
0 additions, 16 deletions
test/language/line-terminators/invalid-string-ps.js
with
0 additions
and
32 deletions
test/language/line-terminators/invalid-string-ls.js
deleted
100644 → 0
+
0
−
16
View file @
4f1155c5
// Copyright 2019 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: LINE SEPARATOR (U+2028) within strings is not allowed
es5id: 7.3_A2.2_T1
esid: sec-line-terminators
description: Insert LINE SEPARATOR (\u2028) into string
negative:
phase: parse
type: SyntaxError
---*/
$DONOTEVALUATE
();
'
'
This diff is collapsed.
Click to expand it.
test/language/line-terminators/invalid-string-ps.js
deleted
100644 → 0
+
0
−
16
View file @
4f1155c5
// Copyright 2019 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: PARAGRAPH SEPARATOR (U+2029) within strings is not allowed
es5id: 7.3_A2.2_T1
esid: sec-line-terminators
description: Insert PARAGRAPH SEPARATOR (\u2029) into string
negative:
phase: parse
type: SyntaxError
---*/
$DONOTEVALUATE
();
'
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment