File tree 1 file changed +0
-18
lines changed
csharp/Platform.RegularExpressions.Transformer.CSharpToCpp.Tests
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Platform . RegularExpressions . Transformer . CSharpToCpp . Tests
4
4
{
5
- /// <summary>
6
- /// <para>
7
- /// Represents the sharp to cpp transformer tests.
8
- /// </para>
9
- /// <para></para>
10
- /// </summary>
11
5
public class CSharpToCppTransformerTests
12
6
{
13
- /// <summary>
14
- /// <para>
15
- /// Tests that empty line test.
16
- /// </para>
17
- /// <para></para>
18
- /// </summary>
19
7
[ Fact ]
20
8
public void EmptyLineTest ( )
21
9
{
@@ -25,12 +13,6 @@ public void EmptyLineTest()
25
13
Assert . Equal ( "" , actualResult ) ;
26
14
}
27
15
28
- /// <summary>
29
- /// <para>
30
- /// Tests that hello world test.
31
- /// </para>
32
- /// <para></para>
33
- /// </summary>
34
16
[ Fact ]
35
17
public void HelloWorldTest ( )
36
18
{
You can’t perform that action at this time.
0 commit comments