dhall-1.42.3: tests/format/duplicatesA.dhall
{ {- Comments around duplicate fields are not preserved -} foo.bar = 1
, foo = { baz = {- Comments within values are still preserved-} 2 }
, foo = qux
}
{ {- Comments around duplicate fields are not preserved -} foo.bar = 1
, foo = { baz = {- Comments within values are still preserved-} 2 }
, foo = qux
}