File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,22 @@ Main reason to build this library was the lack of easy-to-use libraries with all
1414
1515Look [ here] ( https://github.com/wumpz/java-diff-utils/wiki ) to find more helpful informations and examples.
1616
17+ These two outputs are generated using this java-diff-utils. The source code can also be found at the * Examples* page:
18+
19+ Producing a one liner including all difference information.
20+ ```
21+ This is a test ~senctence~**for diffutils**.
22+ ```
23+
24+ Producing a side by side view of computed differences.
25+ ```
26+ |original|new|
27+ |--------|---|
28+ |This is a test ~senctence~.|This is a test **for diffutils**.|
29+ |This is the second line.|This is the second line.|
30+ |~And here is the finish.~||
31+ ```
32+
1733## Main Features ##
1834
1935 * computing the difference between two texts.
You can’t perform that action at this time.
0 commit comments