From 06dbabffb1d0cbae2a707968b2cd34a996d23171 Mon Sep 17 00:00:00 2001 From: David Flatz Date: Wed, 3 Feb 2016 18:12:16 +0100 Subject: make tests compatible to php 5.3 std --- tests/itjs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/itjs.t') diff --git a/tests/itjs.t b/tests/itjs.t index 4fcc9b4..8dff992 100755 --- a/tests/itjs.t +++ b/tests/itjs.t @@ -50,5 +50,5 @@ is( is( itjs::serialize(array("foo'foo" => "bar")), "{'foo\'foo':\"bar\"}", - "quote ' in keys", + "quote ' in keys" ); -- cgit v1.2.3