<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- t/19_incr.old	2008-06-22 08:05:49.000000000 -0400
+++ t/19_incr.t	2013-03-22 16:24:42.000000000 -0400
@@ -24,10 +24,10 @@
    }
 }
 
-splitter +JSON::XS-&gt;new              , '  ["x\\"","\\u1000\\\\n\\nx",1,{"\\\\" :5 , "": "x"}]';
-splitter +JSON::XS-&gt;new              , '[ "x\\"","\\u1000\\\\n\\nx" , 1,{"\\\\ " :5 , "": " x"} ] ';
-splitter +JSON::XS-&gt;new-&gt;allow_nonref, '"test"';
-splitter +JSON::XS-&gt;new-&gt;allow_nonref, ' "5" ';
+splitter +JSON::XS-&gt;new-&gt;canonical   , '  ["x\\"","\\u1000\\\\n\\nx",1,{"\\\\" :5 , "": "x"}]';
+splitter +JSON::XS-&gt;new-&gt;canonical   , '[ "x\\"","\\u1000\\\\n\\nx" , 1,{"\\\\ " :5 , "": " x"} ] ';
+splitter +JSON::XS-&gt;new-&gt;allow_nonref-&gt;canonical, '"test"';
+splitter +JSON::XS-&gt;new-&gt;allow_nonref-&gt;canonical, ' "5" ';
 
 {
    my $text = '[5],{"":1} , [ 1,2, 3], {"3":null}';
</pre></body></html>