Merge pull request #5668 from kumpera/wasm-work-p4
[mono.git] / mcs / errors / cs1570-5.cs
index 45c420168bbb65a37fac29bfb090356b5c8a076a..a73342179c96a1ef34f57ef015ba68c71830ba87 100644 (file)
@@ -1,4 +1,4 @@
-// CS1570: XML documentation comment on `Testing.EnumTest2' is not well-formed XML markup ('summary' is expected. Line 3, position 3.)
+// CS1570: XML documentation comment on `Testing.EnumTest2' is not well-formed XML markup (The 'summary' start tag on line 1 position 2 does not match the end tag of 'incorrect'. Line 3, position 3.)
 // Line: 12
 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
 
@@ -6,9 +6,9 @@ using System;
 
 namespace Testing
 {
-       /// <summary>
+       ///<summary>
        /// comment for enum type
-       /// </incorrect>
+       ///</incorrect>
        enum EnumTest2
        {
                Foo,