We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e230d commit a3bb1b6Copy full SHA for a3bb1b6
…/DocumenterTests/XmlDocConversionText.cs …/DocumenterTests/XmlDocConversionTest.cssrc/Tests/DocumenterTests/XmlDocConversionText.cs renamed to src/Tests/DocumenterTests/XmlDocConversionTest.cs
@@ -1,3 +1,10 @@
1
+/*----------------------------------------------------------
2
+This Source Code Form is subject to the terms of the
3
+Mozilla Public License, v.2.0. If a copy of the MPL
4
+was not distributed with this file, You can obtain one
5
+at http://mozilla.org/MPL/2.0/.
6
+----------------------------------------------------------*/
7
+
8
using System.Linq;
9
using System.Reflection;
10
using System.Xml.Linq;
@@ -7,7 +14,7 @@
14
15
namespace DocumenterTests
16
{
- public class XmlDocConversionText
17
+ public class XmlDocConversionTest
11
18
12
19
[Fact]
13
20
public void TestConversionOfTextBlock()
0 commit comments