mirror of
https://github.com/tc39/test262.git
synced 2025-07-03 04:04:42 +02:00
40 lines
1.1 KiB
JavaScript
40 lines
1.1 KiB
JavaScript
// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
|
||
// This code is governed by the BSD license found in the LICENSE file.
|
||
/*---
|
||
es6id: 11.8.6
|
||
description: >
|
||
The TV of TemplateCharacter :: \ EscapeSequence is the SV of
|
||
EscapeSequence.
|
||
The TRV of EscapeSequence :: 0 is the code unit value 0x0030.
|
||
The TRV of EscapeSequence :: HexEscapeSequence is the TRV of the
|
||
HexEscapeSequence.
|
||
The TRV of EscapeSequence :: UnicodeEscapeSequence is the TRV of the
|
||
UnicodeEscapeSequence.
|
||
---*/
|
||
var calls;
|
||
|
||
calls = 0;
|
||
(function(s) {
|
||
calls++;
|
||
assert.sameValue(s[0], ' |