escaped-from.js 854 B

123456789101112131415161718192021222324
  1. // Copyright (C) 2017 André Bargull. All rights reserved.
  2. // This code is governed by the BSD license found in the LICENSE file.
  3. /*---
  4. esid: sec-grammar-notation
  5. description: >
  6. The `from` contextual keyword must not contain Unicode escape sequences.
  7. info: |
  8. Terminal symbols are shown
  9. in fixed width font, both in the productions of the grammars and throughout this
  10. specification whenever the text directly refers to such a terminal symbol. These
  11. are to appear in a script exactly as written. All terminal symbol code points
  12. specified in this way are to be understood as the appropriate Unicode code points
  13. from the Basic Latin range, as opposed to any similar-looking code points from
  14. other Unicode ranges.
  15. negative:
  16. phase: parse
  17. type: SyntaxError
  18. flags: [module]
  19. ---*/
  20. $DONOTEVALUATE();
  21. export {} \u0066rom "./escaped-from.js";