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

Refactor object initializer tests for parsers

A number of tests for the parsing of object initializers 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.
parent 4455b101
No related branches found
No related tags found
Loading
Showing
with 105 additions and 79 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment