Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Nov 20, 2022
1 parent 75493ba commit a9e2065
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main/java/com/amihaiemil/eoyaml/WellIndented.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit a9e2065

Please sign in to comment.