* #34826: android: add SDES support and pcre
diff --git a/jni/libpcre/testdata/testinput14 b/jni/libpcre/testdata/testinput14
new file mode 100644
index 0000000..4df9ba6
--- /dev/null
+++ b/jni/libpcre/testdata/testinput14
@@ -0,0 +1,19 @@
+/-- This test is run only when JIT support is available. It checks for a
+successful and an unsuccessful JIT compile and save and restore behaviour,
+and a couple of things that are different with JIT. --/
+
+/abc/S+I
+
+/ab(*COMMIT)/S+I
+
+/abc/S+I>testsavedregex
+
+<testsavedregex
+    abc
+
+/a*/SI
+
+/(?(R)a*(?1)|((?R))b)/S+
+    aaaabcde
+
+/-- End of testinput14 --/