Skip to content

Commit

Permalink
Update readme soft differences info
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya authored Nov 2, 2024
1 parent 03c42af commit b12938d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ These methods follow a fluent style, so as, they can be concatenated in a single

- `setReportSubdir(String reportSubdir)`: Sets the folder where generated files with the differences are stored (default is `target`).
- `setNormalizeEol(boolean normalizeEol)`: If set to true, the compared strings are normalized to linux line-endings by removing all CR characters.
- `setSoftDifferences(boolean useSoftDifferences)`: By default (hard), differences in whitespaces are rendered as whitespace html entities and therefore, always visible in the html ouput.
If set to true (soft), some whitespace differences may be hidden from the html output.
- `setSoftDifferences(boolean useSoftDifferences)`: By default (hard), html differences are displayed inside a pre tag.
If set to true (soft), some whitespace differences and indentation may be hidden from the html output.
- `setBrightColors(boolean useBrightColors)`: By default, differences are highlighted with pale red and green colors,
if set to true the colors are brighter to easily locate small differences.
- `setDiffFileQualifier(String value)`: When assertions do not specify a diff file name, adds the indicated string to
Expand Down

0 comments on commit b12938d

Please sign in to comment.