Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here...
[jquery.git] / test / data / headers.php
diff --git a/test/data/headers.php b/test/data/headers.php
new file mode 100644 (file)
index 0000000..598cadc
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+
+header( "Multiple-Line: Hello\n World" );
+header( "Multiple-Multiple-Line: Hello\n Beautiful\n\t World" );
+header( "Single-Line: Hello World" );
\ No newline at end of file