about summary refs log tree commit diff
path: root/posix/ptestcases.h
diff options
context:
space:
mode:
Diffstat (limited to 'posix/ptestcases.h')
-rw-r--r--posix/ptestcases.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/ptestcases.h b/posix/ptestcases.h
index e025ab870f..2f41178252 100644
--- a/posix/ptestcases.h
+++ b/posix/ptestcases.h
@@ -43,6 +43,7 @@
   { -1, -1, "\\(^*b\\)", "a*b",  },
   { -1, -1, "\\(^*b\\)", "^*b",  },
   { 0, 0, "GA113(2)", NULL, },
+  { -1, -1, "\\(^*ab\\)", "*ab",  },
   { -1, -1, "\\(^*ab\\)", "^*ab",  },
   { 1, 1, "\\(^*b\\)", "b",  },
   { 1, 3, "\\(^*b\\)", "^^b",  },
@@ -66,7 +67,7 @@
   { 1, 2, "\\$a", "$a",  },
   { 3, 3, "\\$$", "ab$",  },
   { 2, 6, "A\\([34]$[34]\\)B", "XA4$3BY",  },
-  { 0, 0, "2.8.3.1.3  Periods in BREs", NULL, },
+  { 0, 0, "2.8.3.1.3  Perios in BREs", NULL, },
   { 0, 0, "GA116", NULL, },
   { 1, 1, ".", "abc",  },
   { -1, -1, ".ab", "abc",  },