Skip to content

Commit

Permalink
Adds syntax tests for the RegExp modifiers proposal
Browse files Browse the repository at this point in the history
Based on PR tc39#3807 which had generated these tests from templates,
but was stuck due to issue tc39#3808.

Since these tests are a shipping blocker for v8,
and tc39#3808 seems not straight-forward to fix,
I modified the generated tests and removed the templates.

One test is missing, as noted by @rbuckton in tc39#3960 (comment)
to be added in a followup commit.
  • Loading branch information
ioannad committed Feb 29, 2024
1 parent f01c8e2 commit 9a351c8
Show file tree
Hide file tree
Showing 187 changed files with 444 additions and 1,059 deletions.
16 changes: 0 additions & 16 deletions src/regexp-modifiers/add-remove-i.case

This file was deleted.

16 changes: 0 additions & 16 deletions src/regexp-modifiers/add-remove-m.case

This file was deleted.

16 changes: 0 additions & 16 deletions src/regexp-modifiers/add-remove-multi-duplicate.case

This file was deleted.

16 changes: 0 additions & 16 deletions src/regexp-modifiers/add-remove-s.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/both-empty.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/code-point-repeat-i-1.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/code-point-repeat-i-2.case

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions src/regexp-modifiers/flags-syntax-error/modifiers-literal.template

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-arbitrary.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-combining-i.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-combining-m.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-combining-s.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-d.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-g.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-non-display-1.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-non-display-2.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-non-flag.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-u.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-uppercase-I.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-y.case

This file was deleted.

13 changes: 0 additions & 13 deletions src/regexp-modifiers/other-code-point-zwj.case

This file was deleted.

Loading

0 comments on commit 9a351c8

Please sign in to comment.