-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75493ba
commit a9e2065
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,13 @@ | |
* @author Mihai Andronache ([email protected]) | ||
* @version $Id$ | ||
* @since 3.1.2 | ||
* | ||
* @todo #525:3h Please make sure to allow keys with empty values in mappings. | ||
* At the moment, if we cannot find the value on the same line, we always | ||
* look beneath the key for more-indented lines to be treated as the value, | ||
* but this is not always the case. This should be a valid YAML: | ||
* key1: value1 | ||
* key2: | ||
* key3: value3 | ||
*/ | ||
final class WellIndented implements YamlLines { | ||
|
||
|