2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1570-12.cs
blobcb390e09e790bae9f2b6291fd6475d360b87c961
1 // cs1570.cs: XML comment on `T:Test' has non-well-formed XML (Cannot insert specified type of node as a child of this node.)
2 // Line: 13
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 /// Text goes here.
6 ///
7 /// <?xml version = "1.0" encoding = "utf-8" ?>
8 /// <configuration>
9 /// <appSettings>
10 /// <add key = "blah" value = "blech"/>
11 /// </appSettings>
12 /// </configuration>
13 public class Test
15 static void Main ()