Skip to content
Snippets Groups Projects
Commit cae69a97 authored by Mike Pennisi's avatar Mike Pennisi Committed by Rick Waldron
Browse files

Refactor DeleteExpression tests for parsers

A number of tests for the parsing of the DeleteExpression production
were expressed using `eval`. This made the tests more complex than
necessary, and also prevented the tests from providing value to
ECMAScript parsers.

Remove the use of `eval` in the relevant tests and instead express the
expectations with literal source text. Remove superfluous tests which
only differed in the runtime semantics of source text that could not be
evaluated due to syntax errors.
parent cc94370e
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 299 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment