Output plain String diff
See original GitHub issueWhich version of Kotest are you using 4.3.2
Apparently, there is some special handling for Intellij. Unfortunately that doesn't change the fact that this type of diff is not very helpful...Is there some way for a simple shouldBe
Matcher to return the plain Strings?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Using the diff command to compare two strings?
The diff command analyzes two files and prints the lines that are different. Can I use the same diff command to compare two...
Read more >git-diff Documentation - Git
Output a condensed summary of extended header information such as creations, renames and mode changes. --patch-with-stat. Synonym for -p --stat . -z. When...
Read more >Linux diff command help and examples - Computer Hope
On Unix-like operating systems, the diff command analyzes two files and prints the lines that are different. In essence, it outputs a set...
Read more >Extract the difference between two strings in Java
Diff : Compare two blocks of plain text and efficiently return a list of differences. Match: Given a search string, find its best...
Read more >Git Diff | Atlassian Git Tutorial
The git diff command is often used along with git status and git log to analyze the current state of a Git repo....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think
kotest.assertions.multi-line-diff
could default tosimple
if we can detect we are running inside intellij.5.0 detects intellij mode and sets this.