gobject-introspection r97 - in trunk: . tests/parser



Author: johan
Date: Fri Jan 11 23:00:48 2008
New Revision: 97
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=97&view=rev

Log:
2008-01-11  Johan Dahlin  <johan gnome org>

	* tests/parser/foo-object.h: Add a couple of comment parser tests.



Modified:
   trunk/ChangeLog
   trunk/tests/parser/foo-object.h

Modified: trunk/tests/parser/foo-object.h
==============================================================================
--- trunk/tests/parser/foo-object.h	(original)
+++ trunk/tests/parser/foo-object.h	Fri Jan 11 23:00:48 2008
@@ -61,4 +61,9 @@
 GType                 foo_subobject_get_type       (void) G_GNUC_CONST;
 FooSubobject*         foo_subobject_new            ();
 
+/* Invalid comments, should be ignored */
+
+/* @ */
+/* @: */
+
 #endif /* __FOO_OBJECT_H__ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]