summaryrefslogtreecommitdiff
path: root/tools/generation/test/fixtures/normal/normal.template
blob: 29ff4d5915ff5ebe4c65c838bc5f1c040550b3eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
name: First template name
path: normal/path1-
es6id: 1.2.3
info: template info
flags: [c, d]
---*/

before-/*{ first }*/-between-/*{ third }*/-after

before*/*{ second }*/*between*/*{ first }*/*after

before/* " *//*{ third }*/after

// Special characters like `≠` should be tolerated.

The following should not be expanded:

/* */*{ first }*/
/*
*/*{ first }*/
//*{ first }*/
// /*{ first }*/
/*{ fourth }*/
"/*{ fourth }*/"
'/*{ fourth }*/'
`
/*{ fourth }*/`