Sign in
webkit
/
WebKit
/
72e32fd95a06250c9991a4bbd38557d77d441c76
/
.
/
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
);