You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -344,4 +344,13 @@ function run_jsonlab_test(tests)
344
344
'[["$",[1,24]]]','compact',1);
345
345
test_jsonlab('test multiple root objects with N padding',@savejson,loadbj([savebj({[1,2,3],struct('a',[4,5])}) 'NNN' savebj(struct('b',[4,5]))],'mmaponly',1,'mmapinclude','.b'),...
346
346
'[["$1.b",[32,8]]]','compact',1);
347
+
end
348
+
349
+
%%
350
+
if(ismember('bugs',tests))
351
+
fprintf(sprintf('%s\n',char(ones(1,79)*61)));
352
+
fprintf('Test bug fixes\n');
353
+
fprintf(sprintf('%s\n',char(ones(1,79)*61)));
354
+
test_jsonlab('simplify cell arrays mixing numbers and chars',@savejson,loadjson('[1,0,"-","L",900]'),'[1,0,"-","L",900]','compact',1);
355
+
test_jsonlab('simplify cell arrays with string elements',@savejson,loadjson('["j","s","o","n"]'),'["j","s","o","n"]','compact',1);
0 commit comments