From 338cda9000356404cf2865d61787607acf67fe98 Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Thu, 22 Mar 2012 18:23:53 +0000 Subject: last remains of wrong branch itools/live/devel-utf8 removed --- devel-utf8/tests/itjs.t | 50 ------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100755 devel-utf8/tests/itjs.t (limited to 'devel-utf8/tests/itjs.t') diff --git a/devel-utf8/tests/itjs.t b/devel-utf8/tests/itjs.t deleted file mode 100755 index f616ced..0000000 --- a/devel-utf8/tests/itjs.t +++ /dev/null @@ -1,50 +0,0 @@ -#!/www/server/bin/php -qC - "bar", "qux", 42 => "quux")), - "{foo:\"bar\",\n'0':\"qux\",\n'42':\"quux\"}", - 'key-value pairs' -); - -is( - itjs::serialize(array('foo' => array('bar' => array("qux", 42)))), - '{foo:{bar:["qux", 42]}}', - 'nested arrays' -); - -is( - itjs::serialize(array('import' => array('function' => array(true, 42)))), - '{\'import\':{\'function\':[true, 42]}}', - 'keywords' -); - -?> -- cgit v1.2.3