This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2024-11-23 02:54:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
07a7b3e4cf
jquery
/
test
/
data
/
test.js
4 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Revert "Organizes the php scripts used for testing better, so that the whole logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
2012-12-05 13:54:14 +00:00
var
testBar
=
"bar"
;
Make compatible with jshint, lint test/data. Close gh-1043.
2012-11-25 19:30:16 +00:00
jQuery
(
"#ap"
)
.
html
(
"bar"
)
;
Revert "Organizes the php scripts used for testing better, so that the whole logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
2012-12-05 13:54:14 +00:00
ok
(
true
,
"test.js executed"
)
;
Reference in New Issue
Copy Permalink