Skip to content

Print the resulting Dart source for equalsDart #846

@matanlurey

Description

@matanlurey
     final result = _dart(item, _emitter);
     return equals(result).describeMismatch(
       _source,
-      mismatchDescription,
+      mismatchDescription.add(result),
       state,
       verbose,
     );

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions