Skip to content

Commit f9c8c85

Browse files
committed
XML comments
1 parent b80c3f5 commit f9c8c85

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Source/HttpMultipartParser.UnitTests/ParserScenarios/ExactBufferTruncate.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ public ExactBufferTruncate()
4444
}
4545
}
4646

47+
48+
/// <summary>
49+
/// Tests that the final '--' ending up in a seperate chunk doesn't break everything.
50+
/// </summary>
4751
[Fact]
4852
public void CanHandleFinalDashesInSeperateBufferFromEndBinary()
4953
{
@@ -54,6 +58,10 @@ public void CanHandleFinalDashesInSeperateBufferFromEndBinary()
5458
}
5559
}
5660

61+
62+
/// <summary>
63+
/// Tests that the final '--' ending up in a seperate chunk doesn't break everything.
64+
/// </summary>
5765
[Fact]
5866
public async Task CanHandleFinalDashesInSeperateBufferFromEndBinaryAsync()
5967
{

Source/HttpMultipartParser.UnitTests/ParserScenarios/TinyData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void CanDetectBoundariesCrossBuffer()
7070
}
7171

7272
/// <summary>
73-
/// The correctly handle mixed newline formats.
73+
/// Ensure that mixed newline formats are correctly handled.
7474
/// </summary>
7575
[Fact]
7676
public void CorrectlyHandleMixedNewlineFormats()

0 commit comments

Comments
 (0)