summaryrefslogtreecommitdiff
path: root/lib/libc/regex/data/basic.in
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
commit478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch)
treeb31430c773d683d336caf956649e9ed3f459369c /lib/libc/regex/data/basic.in
Notes
Diffstat (limited to 'lib/libc/regex/data/basic.in')
-rw-r--r--lib/libc/regex/data/basic.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/regex/data/basic.in b/lib/libc/regex/data/basic.in
new file mode 100644
index 000000000000..d1e3aa9dadb2
--- /dev/null
+++ b/lib/libc/regex/data/basic.in
@@ -0,0 +1,5 @@
+# basics
+a & a a
+abc & abc abc
+abc|de - abc abc
+a|b|c - abc a