From ef3dd92e3a9575109621dc27d83f3ea073c47c06 Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Thu, 29 Aug 2024 19:42:37 +0200 Subject: [PATCH] add warning --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 431532c..b90b7b0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ In practice, most implementations fall short of these goals, due to a variety of Here we test a small sample of regular expressions that are known to be hard to match properly against a couple of popular regex engines. +## Warning + +It is not clear whether the author's interpretation of the standard is actually correct in all cases. +One can still observe that implementations show different behaviour in these situations. + ## Run it Build using Lix: