From: Dieter Verfaillie Date: Thu, 3 Jan 2013 07:03:48 +0000 (+0100) Subject: tests: add invalid identifier test case X-Git-Tag: GOBJECT_INTROSPECTION_1_35_4~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6c564c0fc9262ae85a6cffd44e4134ed91e610a;p=platform%2Fupstream%2Fgobject-introspection.git tests: add invalid identifier test case This comment block, as found in the wild via https://bugzilla.gnome.org/show_bug.cgi?id=690850 has a couple of elements to make it an interesting test case: - a colon on the first line - stuff between parens on the first line but it still isn't a valid identifier. Add it here anyway to make sure we don't regress. --- diff --git a/tests/scanner/annotationparser/gi/syntax_identifier.xml b/tests/scanner/annotationparser/gi/syntax_identifier.xml index 4c1e0b1..69dcf32 100644 --- a/tests/scanner/annotationparser/gi/syntax_identifier.xml +++ b/tests/scanner/annotationparser/gi/syntax_identifier.xml @@ -283,4 +283,22 @@ returns nothing. + + + /** + * gnm_cell_set_expr_and_value: Stores (WITHOUT COPYING) the supplied value, and + * references the supplied expression and links it into the expression + * list. It marks the sheet as dirty. It is intended for use by import + * routines or operations that do bulk assignment. + * + * WARNING : This is an internal routine that does not queue redraws, + * does not auto-resize, does not calculate spans, and does + * not render the value. + * + * NOTE : This DOES check for array partitioning. + */ + +