From 3ab63f8e73301c863547fd0db01b232b8e9aa960 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 21 May 2025 07:07:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6777d51..0cca8eb 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Library to highlight the content difference between two or three string-tables ( NO WARRANTIES, [MIT License](LICENSE) +[ABAP-Diff3-Tests](https://github.com/abapPM/ABAP-Diff3-Tests) contains various test cases + ## Diff3 Utils This is a library to find differences between two string tables, generate and apply patches, and perform 3-way merging between an original and two changed string tables. It contains similar functionality to the [GNU Diffutils](https://www.gnu.org/software/diffutils/manual/diffutils.html) tools.