We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dcfb6 commit 96500feCopy full SHA for 96500fe
Keywords/com/kazurayam/visualtesting/ImageDiffsLister.groovy
@@ -90,7 +90,7 @@ public class ImageDiffsLister {
90
Path actualHtmlPath = Paths.get('.').resolve('Materials').resolve(actualHtmlPathStr)
91
if (Files.exists(expectedHtmlPath) && Files.exists(actualHtmlPath)) {
92
StringBuilder line = new StringBuilder()
93
- line.append('# diff%: ')
+ line.append('# diff% ')
94
line.append(entry.ComparisonResult.diffRatio)
95
line.append('\n')
96
line.append('code --diff ')
0 commit comments