Skip to content

Commit

Permalink
Update RegExp property tests per Unicode v14 (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored Sep 30, 2021
1 parent 10ad4c1 commit 04ad519
Show file tree
Hide file tree
Showing 413 changed files with 3,942 additions and 2,121 deletions.
4 changes: 2 additions & 2 deletions test/built-ins/RegExp/property-escapes/generated/ASCII.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Mathias Bynens. All rights reserved.
// Copyright 2021 Mathias Bynens. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
Expand All @@ -7,7 +7,7 @@ description: >
Unicode property escapes for `ASCII`
info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v13.0.0
Unicode v14.0.0
esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Mathias Bynens. All rights reserved.
// Copyright 2021 Mathias Bynens. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
Expand All @@ -7,7 +7,7 @@ description: >
Unicode property escapes for `ASCII_Hex_Digit`
info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v13.0.0
Unicode v14.0.0
esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js]
Expand Down
Loading

0 comments on commit 04ad519

Please sign in to comment.