From 5d452d41741b7270ffc6e0c0d2c8ed4cbf91e84b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 11 Jan 2026 21:12:00 +0100 Subject: [PATCH] link to the sed tracking project --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e45a8b3..f5fdaa7 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,13 @@ cargo test * Labels are parsed for alphanumeric characters. The BSD version parses them until the end of the line, preventing ; to be used as a separator. +## GNU test suite compatibility + +Below is the evolution of how many GNU tests uutils passes. + +![Evolution over time](https://github.com/uutils/sed-tracking/blob/main/gnu-results.svg?raw=true) + + ## License sed is licensed under the MIT License - see the `LICENSE` file for details