diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-06-22 16:37:11 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-06-22 16:37:16 +0900 |
commit | 09ded2f8cd9473a8df69977984cd8ef8b04ca31b (patch) | |
tree | 3572204be64f2e3ffc626e565faea05006d9dae9 /testdata/testinput4 | |
parent | 4476a1b1fb6958a8963138b45012696f25f3a95c (diff) | |
download | pcre-upstream/8.35.tar.gz pcre-upstream/8.35.tar.bz2 pcre-upstream/8.35.zip |
Imported Upstream version 8.35upstream/8.35
Change-Id: Idbf69438bf7f3980ed6bd47b478151f4d6f79cf8
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'testdata/testinput4')
-rw-r--r-- | testdata/testinput4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput4 b/testdata/testinput4 index 983f7a1..0110267 100644 --- a/testdata/testinput4 +++ b/testdata/testinput4 @@ -716,4 +716,10 @@ /^a+[a\x{200}]/8 aa +/^.\B.\B./8 + \x{10123}\x{10124}\x{10125} + +/^#[^\x{ffff}]#[^\x{ffff}]#[^\x{ffff}]#/8 + #\x{10000}#\x{100}#\x{10ffff}# + /-- End of testinput4 --/ |