Skip to content

Commit 31d25b0

Browse files
committed
[ci] fix octave error
1 parent 002c880 commit 31d25b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_jsonlab_test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ function run_jsonlab_test(tests)
487487
test_jsonlab('boolean false', @saveyaml, false, 'false', 'ParseLogical', 1);
488488
test_jsonlab('empty array', @saveyaml, [], '[]');
489489
test_jsonlab('empty cell', @saveyaml, {}, '[]');
490-
test_jsonlab('simple string', @saveyaml, 'test', 'test');
490+
test_jsonlab('simple string', @saveyaml, 'teststring', 'teststring');
491491
test_jsonlab('string with spaces', @saveyaml, 'hello world', '"hello world"');
492492

493493
% Vectors and arrays

0 commit comments

Comments
 (0)