You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"\n\n\n{_testData}",// Intentionally add a few blank lines before the data. These blank lines should be ignored by the parser when attempting to detect the boundary marker
24
+
newList<ParameterPart>{
25
+
newParameterPart("text","textdata"),
26
+
},
27
+
newList<FilePart>()
28
+
);
29
+
30
+
publicBlankLinesBeforeFirstBoundary()
31
+
{
32
+
foreach(varfilePartin_testCase.ExpectedFileData)
33
+
{
34
+
filePart.Data.Position=0;
35
+
}
36
+
}
37
+
38
+
/// <summary>
39
+
/// Tests for correct detection of the boundary in the input stream.
0 commit comments