From 4ee20a0ee0e8b8a674be8638bbe74d917928427b Mon Sep 17 00:00:00 2001 From: Octavian Patrascoiu Date: Fri, 19 Jan 2024 13:36:20 +0000 Subject: [PATCH 1/2] Add missing error flag for matches() tests --- .../1111-feel-matches-function-test-01.xml | 34 +++++++++---------- runners/dmn-tck-runner-jdmn/pom.xml | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/TestCases/compliance-level-3/1111-feel-matches-function/1111-feel-matches-function-test-01.xml b/TestCases/compliance-level-3/1111-feel-matches-function/1111-feel-matches-function-test-01.xml index b6775fff..7bed63a8 100644 --- a/TestCases/compliance-level-3/1111-feel-matches-function/1111-feel-matches-function-test-01.xml +++ b/TestCases/compliance-level-3/1111-feel-matches-function/1111-feel-matches-function-test-01.xml @@ -11,7 +11,7 @@ Evaluates "matches" function with null input - + @@ -20,7 +20,7 @@ Evaluates "matches" function with null pattern - + @@ -49,7 +49,7 @@ Invalid flag for third argument of matches. - + @@ -208,7 +208,7 @@ The pattern can't be the empty sequence. - + @@ -217,7 +217,7 @@ matches() takes at least two arguments, not one. - + @@ -226,7 +226,7 @@ The third argument cannot be the empty sequence. - + @@ -235,7 +235,7 @@ Only three arguments are accepted. - + @@ -244,7 +244,7 @@ The flags argument cannot contain whitespace. - + @@ -253,7 +253,7 @@ The flags argument cannot contain 'X'. - + @@ -318,7 +318,7 @@ whitespace in the regexp is not collapsed, and should therefore not compile. - + @@ -327,7 +327,7 @@ Since no string is captured by the back-reference, the single character is matched. - + @@ -337,7 +337,7 @@ Since no string is captured by the back-reference, the single character is matched(#2). - + @@ -346,7 +346,7 @@ A non-matching backwards-reference matches the empty string. - + @@ -355,7 +355,7 @@ Use a back reference inside a character class. - + @@ -364,7 +364,7 @@ Use a back reference inside a character class(#2). - + @@ -373,7 +373,7 @@ Use a back reference inside a character class(#3). - + @@ -382,7 +382,7 @@ Use a back reference inside a character class(#3). - + diff --git a/runners/dmn-tck-runner-jdmn/pom.xml b/runners/dmn-tck-runner-jdmn/pom.xml index 374a5ef0..e89c3e39 100644 --- a/runners/dmn-tck-runner-jdmn/pom.xml +++ b/runners/dmn-tck-runner-jdmn/pom.xml @@ -65,7 +65,7 @@ com.goldmansachs.jdmn jdmn-core - 8.2.0 + 8.2.2-SNAPSHOT From 8dc4cbc6bba2f205dd3fe8cfcaf1706e16d1ed7f Mon Sep 17 00:00:00 2001 From: Octavian Patrascoiu Date: Thu, 15 Feb 2024 15:19:04 +0000 Subject: [PATCH 2/2] Add missing error flag for matches() tests --- runners/dmn-tck-runner-jdmn/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runners/dmn-tck-runner-jdmn/pom.xml b/runners/dmn-tck-runner-jdmn/pom.xml index e89c3e39..bfae6e26 100644 --- a/runners/dmn-tck-runner-jdmn/pom.xml +++ b/runners/dmn-tck-runner-jdmn/pom.xml @@ -65,7 +65,7 @@ com.goldmansachs.jdmn jdmn-core - 8.2.2-SNAPSHOT + 8.2.1