Upgrade to pcre2-10.35 (2020-05-09).

Test: treehugger
Change-Id: I932f443d55919124ab35e773d24f3bd0fb639c88
diff --git a/dist2/testdata/testoutput4 b/dist2/testdata/testoutput4
index 84b8b9e..245a036 100644
--- a/dist2/testdata/testoutput4
+++ b/dist2/testdata/testoutput4
@@ -1342,13 +1342,13 @@
  0: \x{4db4}
     \x{4db5}     
  0: \x{4db5}
+    \x{4db6} 
+ 0: \x{4db6}
 \= Expect no match
     a 
 No match
     \x{2b0}
 No match
-    \x{4db6} 
-No match
   
 /^\p{Lt}/utf
     \x{1c5}
@@ -4012,4 +4012,20 @@
  0: 123123
  1: 123
 
+/\X*/
+    \xF3aaa\xE4\xEA\xEB\xFEa
+ 0: \xf3aaa\xe4\xea\xeb\xfea
+
+/Я/i,utf
+    \x{42f} 
+ 0: \x{42f}
+    \x{44f} 
+ 0: \x{44f}
+
+/(?=Я)/i,utf
+    \x{42f} 
+ 0: 
+    \x{44f} 
+ 0: 
+
 # End of testinput4