mirror of
https://github.com/tc39/test262.git
synced 2025-09-26 19:48:43 +02:00
22 lines
285 B
JavaScript
22 lines
285 B
JavaScript
{0}
|
|
// Converted for Test262 from original Sputnik source
|
|
|
|
ES5Harness.registerTest( {{
|
|
id: "{1}",
|
|
|
|
path: "TestCases/{2}",
|
|
|
|
assertion: "{3}",
|
|
|
|
description: "{4}",
|
|
|
|
test: function testcase() {{
|
|
{5} {6}
|
|
}},
|
|
|
|
precondition: function precond() {{
|
|
{7}
|
|
}}
|
|
|
|
}});
|