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 17f70c9 commit 8e71385Copy full SHA for 8e71385
Tests/ParserTest.php
@@ -1771,14 +1771,14 @@ public static function wrappedUnquotedStringsProvider()
1771
[
1772
'foo' => 'bar bar',
1773
'fiz' => 'cat cat',
1774
- ]
+ ],
1775
],
1776
'sequence' => [
1777
'[ bar bar, cat cat ]',
1778
1779
'bar bar',
1780
'cat cat',
1781
1782
1783
];
1784
}
@@ -2218,7 +2218,7 @@ public static function inlineNotationSpanningMultipleLinesProvider(): array
2218
<<<YAML
2219
map: {key: "value", a: "b"} # comment
2220
param: "some"
2221
-YAML
+YAML,
2222
2223
'mixed mapping with compact inline notation on one line' => [
2224
0 commit comments