diff options
author | jaubourg <j@ubourg.net> | 2011-01-09 04:53:29 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2011-01-09 04:53:29 +0100 |
commit | d515068ee807efef29b6c8406171be4725d7154f (patch) | |
tree | 2e6fdf125040e144a2a211ec9efc8d1e293c5522 /test/data | |
parent | 69497c3fd7ff560be0e47b4c65076915cca756bc (diff) | |
download | jquery-d515068ee807efef29b6c8406171be4725d7154f.tar.gz jquery-d515068ee807efef29b6c8406171be4725d7154f.zip |
Fixes #7868. ResponseText is now properly propagated for error callbacks.
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/errorWithText.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/errorWithText.php b/test/data/errorWithText.php new file mode 100644 index 000000000..abd873217 --- /dev/null +++ b/test/data/errorWithText.php @@ -0,0 +1,5 @@ +<?php + +header("HTTP/1.0 400 Bad Request"); + +echo "plain text message";
\ No newline at end of file |