https://bugzilla.novell.com/show_bug.cgi?id=375291
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=375291#c1 Jonathan Pryor <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #1 from Jonathan Pryor <[EMAIL PROTECTED]> 2008-03-31 11:58:34 MST --- Fixed in svn-HEAD, r99446. 2008-03-31 Jonathan Pryor <[EMAIL PROTECTED]> * engine/mdoc-html-utils.xsd: Fix Array handling behavior -- not all types with '[]' are actually arrays (IEnumerable<int[]> isn't an array), and '[]' isn't the only array suffix either ('[,]' and other are as well). Fixes 375291. * tools/DocTest-v1.cs: Add a member returning an IEnumerator<int[]> to test n375291. * tools/DocTest/en.expected/Mono.DocTest.Generic/MyList`1.xml, tools/DocTest/en.expected.importslashdoc/Mono.DocTest.Generic/MyList`1.xml, tools/DocTest/en.expected.since/Mono.DocTest.Generic/MyList`1.xml, tools/DocTest/html.expected/Mono.DocTest/Widget.html, tools/DocTest/html.expected/Mono.DocTest.Generic/MyList`1.html: Flush. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
