]> granicus.if.org Git - php/commitdiff
- Test name must not be more than a single line
authorMarcus Boerger <helly@php.net>
Mon, 7 Aug 2006 23:28:05 +0000 (23:28 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 7 Aug 2006 23:28:05 +0000 (23:28 +0000)
ext/json/tests/fail001.phpt
ext/json/tests/pass001.1.phpt
ext/json/tests/pass001.phpt
ext/json/tests/pass002.phpt
ext/json/tests/pass003.phpt

index 4ee3780cf3e2e581739f2d44aa3fe89014dd55d4..f0e0afa387b26f96e9c8e77946961eb302cb7ba8 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
-JSON Test Pattern fail1 -> fail24
-http://www.crockford.com/JSON/JSON_checker/test/fail*.json
+JSON (http://www.crockford.com/JSON/JSON_checker/test/fail*.json)
 --SKIPIF--
 <?php
   if (!extension_loaded('json')) die('skip: json extension not available');
index 0cb05308da233b845a777fda8c189b6236bf2ce7..87766e912cd038ecea3b0f7ade651062145d4b47 100644 (file)
@@ -1,16 +1,16 @@
 --TEST--
-JSON Test Pattern pass1.1
-Modified to test unescaped UNICODE as keys and values.
-Modified to test numbers with exponents without a decimal point.
-Modified to test empty string values.
-Modified to test a mix of integers and strings as keys.
-http://www.crockford.com/JSON/JSON_checker/test/pass1.json
+JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json)
 --SKIPIF--
 <?php
   if (!extension_loaded('json')) die('skip: json extension not available');
 ?>
 --FILE--
 <?php
+/* Modified to test unescaped UNICODE as keys and values.
+ * Modified to test numbers with exponents without a decimal point.
+ * Modified to test empty string values.
+ * Modified to test a mix of integers and strings as keys.
+ */
 // Expect warnings about INF.
 ini_set("error_reporting", E_ALL & ~E_WARNING);
 
index aff970b107d41d1341940650bfb5244d54a5b1ce..f2aba683b06a0871be1ffaf1442350822d8cef76 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
-JSON Test Pattern pass1
-http://www.crockford.com/JSON/JSON_checker/test/pass1.json
+JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json)
 --SKIPIF--
 <?php
   if (!extension_loaded('json')) die('skip: json extension not available');
index a0e527ac4f5b1ae7e2ab44d76d7e78d6445fc3cd..24c7e3358003463939246b1a8d9eb9333207dbaf 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
-JSON Test Pattern pass2
-http://www.crockford.com/JSON/JSON_checker/test/pass2.json
+JSON (http://www.crockford.com/JSON/JSON_checker/test/pass2.json)
 --SKIPIF--
 <?php
   if (!extension_loaded('json')) die('skip: json extension not available');
index 506ff05b3e12fc18982f7596b2db20ec930d8b9c..36da4a1de6a11edc4a53937482c50a5aa577baae 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
-JSON Test Pattern pass3
-http://www.crockford.com/JSON/JSON_checker/test/pass3.json
+JSON (http://www.crockford.com/JSON/JSON_checker/test/pass3.json)
 --SKIPIF--
 <?php
   if (!extension_loaded('json')) die('skip: json extension not available');