We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6279c73 commit cbe375aCopy full SHA for cbe375a
t/yamlish.t
@@ -415,6 +415,25 @@ BEGIN {
415
],
416
name => 'Regression: only_spaces'
417
},
418
+ { out => ['first','second'],
419
+ in => [
420
+ '--- ',
421
+ '- first ',
422
+ '- second ',
423
+ '...'
424
+ ],
425
+ name => "Space after header for array",
426
+ },
427
+ { out => {'key' => [{'value' => {'key2' => 'value2'}}]},
428
429
430
+ 'key: ',
431
+ '- value: ',
432
+ ' key2: value2 ',
433
+ '... '
434
435
+ name => "Space after header for hash",
436
437
{ out => [
438
undef,
439
{ 'foo' => 'bar',
0 commit comments