Skip to content
Snippets Groups Projects
Commit 42ed4291 authored by jugglinmike's avatar jugglinmike Committed by Leo Balter
Browse files

Refactor increment/decrement tests for parsers (#1786)

The tests for the parsing of postfix increment, postfix decrement,
prefix increment, and prefix decrement 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` and instead express the expectations with
literal source text.
parent b37ba62a
No related branches found
No related tags found
No related merge requests found
Showing
with 242 additions and 191 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment