aboutsummaryrefslogtreecommitdiffstats
path: root/tools/SputnikConverter/testPrereqTemplate.js
blob: 62f170bf3661a77d90104b2a1d82827d5c9f8e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{0}
// Converted for Test262 from original Sputnik source

ES5Harness.registerTest( {{
id: "{1}",

path: "{2}",

assertion: "{3}",

description: "{4}",

test: function testcase() {{
  {5} {6}
 }},

precondition: function precond() {{
   {7}
 }}

}});