diff options
author | Colin Walters <walters@verbum.org> | 2010-10-19 08:45:13 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-10-19 08:45:13 -0400 |
commit | 2e8e7530fc66b3222525a236a395b8d24eecf404 (patch) | |
tree | 1fd8ecaa781bc480c8abe1bf3dd9e30934e38a06 /tests/scanner/annotation.c | |
parent | f97cc8687469f25752f7927545ad4daecef8ab44 (diff) | |
download | gobject-introspection-2e8e7530fc66b3222525a236a395b8d24eecf404.tar.gz |
Accept trailing whitespace at the start of a comment block
Might as well be liberal here, as long as we have a test case.
https://bugzilla.gnome.org/show_bug.cgi?id=631690
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r-- | tests/scanner/annotation.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c index 280a9e58..4c25178c 100644 --- a/tests/scanner/annotation.c +++ b/tests/scanner/annotation.c @@ -771,3 +771,14 @@ annotation_test_parsing_bug630862 (void) { return NULL; } + + +/** + * annotation_space_after_comment_bug631690: + * + * Explicitly test having a space after the ** here. + */ +void +annotation_space_after_comment_bug631690 (void) +{ +} |