Sign in
webkit
/
WebKit
/
f96a7147e1cda0ec250a7488a176687c35252015
/
.
/
JSTests
/
complex
/
tagged-template-regeneration-after.js
blob: 6fc7f02fd65184cc265405fbab58bd106efae485 [
file
] [
log
] [
blame
]
function
shouldBe
(
actual
,
expected
)
{
if
(
actual
!==
expected
)
throw
new
Error
(
'bad value: '
+
actual
);
}
var
second
=
test
();
shouldBe
(
first
,
second
);