<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	2010-12-20 02:41:45.000000000 -0500
+++ t/19_incr.t	2013-03-22 17:57:34.000000000 -0400
@@ -34,10 +34,10 @@
 
 
 
-splitter +JSON-&gt;new              , '  ["x\\"","\\u1000\\\\n\\nx",1,{"\\\\" :5 , "": "x"}]';
-splitter +JSON-&gt;new              , '[ "x\\"","\\u1000\\\\n\\nx" , 1,{"\\\\ " :5 , "": " x"} ] ';
-splitter +JSON-&gt;new-&gt;allow_nonref, '"test"';
-splitter +JSON-&gt;new-&gt;allow_nonref, ' "5" ';
+splitter +JSON-&gt;new-&gt;canonical   , '  ["x\\"","\\u1000\\\\n\\nx",1,{"\\\\" :5 , "": "x"}]';
+splitter +JSON-&gt;new-&gt;canonical   , '[ "x\\"","\\u1000\\\\n\\nx" , 1,{"\\\\ " :5 , "": " x"} ] ';
+splitter +JSON-&gt;new-&gt;allow_nonref-&gt;canonical, '"test"';
+splitter +JSON-&gt;new-&gt;allow_nonref-&gt;canonical, ' "5" ';
 
 
 
</pre></body></html>