Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Objects with multi-line toString method are not rendered properly in diff results #433

@UnaiUribarri-TomTom

Description

@UnaiUribarri-TomTom

I have problem rendering results in a class like this:

// Some classes defined in https://github.com/openstreetmap/OSM-binary/blob/master/osmpbf/osmformat.proto
import org.osm.protobuf.Node
import org.osm.protobuf.Way
import org.osm.protobuf.Relation 

case class GeoMap(nodes: Seq[Node], ways: Seq[Way], relations: Seq[Relation])

Inner objects (Node, Way, Relation) are not properly indented and also, only the first line is highlighted when there is a difference.

I have posted PR #432 that resolves both issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions