Re: [apparmor] [patch 08/12] parser: add test case for empty character class regex

2013-12-09 Thread Seth Arnold
On Tue, Dec 03, 2013 at 12:12:24PM -0800, Steve Beattie wrote: > This patch adds a test that verifies the parser considers an emty > character class regex as a parse arror. > > Signed-off-by: Steve Beattie Acked-by: Seth Arnold Woo moar tests! :) > --- > parser/tst/simple_tests/file/bad_re_b

Re: [apparmor] [patch 08/12] parser: add test case for empty character class regex

2013-12-03 Thread Christian Boltz
Hello, Am Dienstag, 3. Dezember 2013 schrieb Steve Beattie: > This patch adds a test that verifies the parser considers an emty > character class regex as a parse arror. > > Signed-off-by: Steve Beattie > --- > parser/tst/simple_tests/file/bad_re_brace_1.sd |8 > 1 file changed, 8

[apparmor] [patch 08/12] parser: add test case for empty character class regex

2013-12-03 Thread Steve Beattie
This patch adds a test that verifies the parser considers an emty character class regex as a parse arror. Signed-off-by: Steve Beattie --- parser/tst/simple_tests/file/bad_re_brace_1.sd |8 1 file changed, 8 insertions(+) Index: b/parser/tst/simple_tests/file/bad_re_brace_1.sd