Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    f9ffa71c
    Refactor LT tests for parsers: string · f9ffa71c
    Mike Pennisi authored
    The tests for the parsing of line terminators 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.
    f9ffa71c
    History
    Refactor LT tests for parsers: string
    Mike Pennisi authored
    The tests for the parsing of line terminators 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.