From 03113b8cce9a8c56322c7666ddf309a646109b3c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 2 Mar 2008 13:11:23 +0000 Subject: [PATCH] Added a few more tests --- src/test/directives.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/test/directives.txt b/src/test/directives.txt index 5e7adec..1f96b9f 100644 --- a/src/test/directives.txt +++ b/src/test/directives.txt @@ -1 +1,6 @@ /* */ #warning "Comments are allowed before a directive" +#error This should trigger an error +#error "This should also trigger an error with the full text" +#qwerty Invalid directive +#warninge This is an error +#warnin This is an error too