feat: rename similar -> likewise
This commit is contained in:
parent
a169e29954
commit
7e86fb2e55
44 changed files with 64 additions and 391 deletions
|
|
@ -22,4 +22,3 @@ expression: "&diff.unified_diff().header(\"a.txt\", \"b.txt\").to_string()"
|
|||
P
|
||||
Q
|
||||
R
|
||||
|
||||
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
source: src/udiff.rs
|
||||
expression: "&diff.unified_diff().missing_newline_hint(false).header(\"a.txt\",\n \"b.txt\").to_string()"
|
||||
expression: "&diff.unified_diff().missing_newline_hint(false).header(\"a.txt\",\n\"b.txt\").to_string()"
|
||||
---
|
||||
--- a.txt
|
||||
+++ b.txt
|
||||
@@ -1 +1 @@
|
||||
-a
|
||||
+b
|
||||
|
||||
|
|
@ -8,4 +8,3 @@ expression: "&diff.unified_diff().header(\"a.txt\", \"b.txt\").to_string()"
|
|||
-a
|
||||
+b
|
||||
\ No newline at end of file
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue