repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tests: revert concurrency group change
[jquery.git]
/
test
/
data
/
cleanScript.html
blob
60d235b827047c6376ce284264e48e3163d20d19
1
<script>
2
<!--
3
QUnit
.
assert
.
ok
(
true
,
"script within html comments executed"
);
4
-->
5
</script>
6
<script>
7
<!--
//--><![CDATA[//><!--
8
QUnit
.
assert
.
ok
(
true
,
"script within CDATA executed"
);
9
//--><!]]>
10
</script>