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
Copy file name to clipboardExpand all lines: MN.L10n.Benchmark/Program.cs
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ public class BenchmarkL10nLanguageProvider : IL10nLanguageProvider
19
19
{
20
20
publicstringGetLanguage()
21
21
{
22
-
return"0";
22
+
return"1";
23
23
}
24
24
}
25
25
@@ -58,7 +58,7 @@ public class Foo
58
58
[InvocationCount(1_000_000)]
59
59
publicclassSpanTest
60
60
{
61
-
[Params("$data$","Hej $data$ $count$ $many$","$den här texten inleds med $data$$data2$")]
61
+
[Params("$data$","Hej $data$ $count$ $many$","$den här texten inleds med $data$$data2$","Här har vi en längre förklarande text utan dollartecken. Den här skulle t.ex. kunna finnas i ")]
0 commit comments