Sign in
appsheet-third-party
/
jquery
/
c2771ef53a7bf038bc1180086568383a38c99f4e
/
.
/
test
/
data
/
test2.html
blob: c7fff22fbbe133a177e496b37e6143b6065acab6 [
file
] [
log
] [
blame
]
<script
type
=
"text/javascript"
>
var
testFoo
=
"foo"
;
jQuery
(
'#foo'
).
html
(
'foo'
);
QUnit
.
assert
.
ok
(
true
,
"test2.html executed"
);
</script>