Regenerated

This commit is contained in:
Ulrich Drepper 2000-01-18 10:55:25 +00:00
parent 6b18a6f813
commit f5b4ea3542

View File

@ -54,10 +54,10 @@
{0, "ab|cd", "abcd"},
{0, "()ef", "def"},
{0, "()*", "-"},
{1, "*a", "-"},
{0, "^*", "-"},
{0, "$*", "-"},
{1, "(*)b", "-"},
{2, "*a", "-"},
{2, "^*", "-"},
{2, "$*", "-"},
{2, "(*)b", "-"},
{1, "$b", "b"},
{2, "a\\", "-"},
{0, "a\\(b", "a(b"},