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
622db29d9c
jquery
/
test
/
data
/
errorWithText.php
5 lines
70 B
PHP
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
<
?
php
header
(
"
HTTP/1.0 400 Bad Request
"
);
Revert "Close php tags for ajax tests on swarm" This reverts commit f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000.
2013-08-19 22:27:30 +00:00
echo
"
plain text message
"
;
Reference in New Issue
Copy Permalink