Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Dec 12, 2024
1 parent a5187bf commit b64e042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public static IEnumerable<TestCaseData> TestBuildBreakLines
$"third{null}"
}).SetName("TestBreakLines_MultipleLineBreaks");

// TODO: Check if this is valid after we update logic in FormattableStringHelpers to handle FormatSpecifier and \n in one argument
// current solution of format specifier in argument is that we ignore them during the process of line breaking.
yield return new TestCaseData(
(FormattableString)$"first{"x\ny":L}second\nthird{null}",
new List<FormattableString> {
Expand Down

0 comments on commit b64e042

Please sign in to comment.