Sign in
appsheet-third-party
/
jquery
/
c2771ef53a7bf038bc1180086568383a38c99f4e
/
.
/
test
/
data
/
cleanScript.html
blob: c37694aacdb5d0631daf91d6c66072e43d2e98cc [
file
] [
log
] [
blame
]
<script>
<!--
QUnit
.
assert
.
ok
(
true
,
"script within html comments executed"
);
-->
</script>
<script>
<![
CDATA
[
QUnit
.
assert
.
ok
(
true
,
"script within CDATA executed"
);
]]>
</script>