Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    ccaa9571
    Refactor string literal test for parsers · ccaa9571
    Mike Pennisi authored
    Thsi test for the parsing of string literals was expressed using `eval`.
    This made the test more complex than necessary and also prevented the
    test from providing value to ECMAScript parsers.
    
    Remove the use of `eval` and instead express the expectation with
    literal source text.
    ccaa9571
    History
    Refactor string literal test for parsers
    Mike Pennisi authored
    Thsi test for the parsing of string literals was expressed using `eval`.
    This made the test more complex than necessary and also prevented the
    test from providing value to ECMAScript parsers.
    
    Remove the use of `eval` and instead express the expectation with
    literal source text.