Re: [apparmor] [patch 04/12] parser: add more convert_aaregex_to_pcre() unit tests

2013-12-06 Thread Seth Arnold
On Fri, Dec 06, 2013 at 06:10:55AM -0800, Steve Beattie wrote: I think one more case would be useful, to check that /**/ works as expected: MY_REGEX_TEST(/**/, /[^/\\x00][^\\x00]*/, ePatternTailGlob); Does that look right? Correct except for the type returned, which will be

[apparmor] [patch 04/12] parser: add more convert_aaregex_to_pcre() unit tests

2013-12-03 Thread Steve Beattie
Signed-off-by: Steve Beattie st...@nxnw.org --- parser/parser_regex.c | 31 +++ 1 file changed, 31 insertions(+) Index: b/parser/parser_regex.c === --- a/parser/parser_regex.c +++