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