Skip to content

Commit

Permalink
reformat todo
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil authored Nov 21, 2022
1 parent a9e2065 commit 6212996
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/java/com/amihaiemil/eoyaml/WellIndented.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,11 @@
* @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.
* @todo #525:60m 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
* 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

1 comment on commit 6212996

@zoeself
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amihaiemil I've opened the Issues [#529] for the newly added to-dos.

The to-dos may have been added in an earlier commit, but I've found them just now.

Please sign in to comment.