From bc047d0bc67a051f32fe9f9ab659dab5a018f08e Mon Sep 17 00:00:00 2001 From: Octavian Patrascoiu Date: Tue, 20 Feb 2024 08:14:58 +0000 Subject: [PATCH] Add missing error flag for matches() tests (#648) --- .../1111-feel-matches-function-test-01.xml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 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). - +