summaryrefslogtreecommitdiff
path: root/tests/itjs.t
diff options
context:
space:
mode:
authorChristian Schneider2007-07-15 14:26:40 +0000
committerChristian Schneider2007-07-15 14:26:40 +0000
commit4c3b61356b9fe001c5637c30f6105a208f4dffc3 (patch)
tree8e02bd700571e02ebc9eac53aa2c9dc14db398d9 /tests/itjs.t
parentece30e7e6d98ee2e8050ee493d79d63efc6f1d5e (diff)
downloaditools-4c3b61356b9fe001c5637c30f6105a208f4dffc3.tar.gz
itools-4c3b61356b9fe001c5637c30f6105a208f4dffc3.tar.bz2
itools-4c3b61356b9fe001c5637c30f6105a208f4dffc3.zip
Make itools tests work under PHP4 and PHP5
Diffstat (limited to 'tests/itjs.t')
-rwxr-xr-xtests/itjs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/itjs.t b/tests/itjs.t
index 7fa6b03..4b4b0c8 100755
--- a/tests/itjs.t
+++ b/tests/itjs.t
@@ -19,7 +19,7 @@ is(
is(
itjs::serialize(array(null, "", false)),
- '["", "", ""]',
+ '["", "", false]',
'null, empty string, false'
);