diff options
author | David Flatz | 2016-02-03 18:12:16 +0100 |
---|---|---|
committer | David Flatz | 2016-02-03 18:25:21 +0100 |
commit | 06dbabffb1d0cbae2a707968b2cd34a996d23171 (patch) | |
tree | 374a9c8b9e9535dd228da4a2d8b2e874241b46b6 /tests/itjs.t | |
parent | eb55ac5cea8ad3720505645600e6d854d737603a (diff) | |
download | itools-06dbabffb1d0cbae2a707968b2cd34a996d23171.tar.gz itools-06dbabffb1d0cbae2a707968b2cd34a996d23171.tar.bz2 itools-06dbabffb1d0cbae2a707968b2cd34a996d23171.zip |
make tests compatible to php 5.3 std
Diffstat (limited to 'tests/itjs.t')
-rwxr-xr-x | tests/itjs.t | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); |