From c6e88b16e9f6e45d87019db45dd04d27482d25d7 Mon Sep 17 00:00:00 2001 From: Ariel Flesler Date: Tue, 27 May 2008 22:46:28 +0000 Subject: test runner: a test for load() with a hash of data, and another for load() with a string of data (#1516). It includes a php that dumps all the GET and POST vars to html elements, where the key makes the id, and the value the text. --- test/data/params_html.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/data/params_html.php (limited to 'test/data') diff --git a/test/data/params_html.php b/test/data/params_html.php new file mode 100644 index 000000000..e170e8a93 --- /dev/null +++ b/test/data/params_html.php @@ -0,0 +1,12 @@ +
+$value ) + echo "$value"; +?> +
+
+$value ) + echo "$value"; +?> +
\ No newline at end of file -- cgit v1.2.3