aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/errorWithJSON.php
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-08-19 16:05:27 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-08-19 16:05:27 -0400
commitf6e86c3ca4d527d5453a0b5b9591ef38b5d3c000 (patch)
treed3fb1c8d919954eced2bfbc3625c67c77a805ea0 /test/data/errorWithJSON.php
parenta542590687ea2dd32d6209da50031edda5e5ba44 (diff)
downloadjquery-f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000.tar.gz
jquery-f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000.zip
Close php tags for ajax tests on swarm
Diffstat (limited to 'test/data/errorWithJSON.php')
-rw-r--r--test/data/errorWithJSON.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/data/errorWithJSON.php b/test/data/errorWithJSON.php
index 62b187ecc..a39eb7e9f 100644
--- a/test/data/errorWithJSON.php
+++ b/test/data/errorWithJSON.php
@@ -3,4 +3,6 @@
header("HTTP/1.0 400 Bad Request");
header("Content-Type: application/json");
-echo '{ "code": 40, "message": "Bad Request" }'; \ No newline at end of file
+echo '{ "code": 40, "message": "Bad Request" }';
+
+?> \ No newline at end of file