Skip to content

Commit

Permalink
fix regression after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Oct 30, 2024
1 parent d0a4d36 commit c2bb2c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ internal static object Locale_Parser(ReadOnlyMemory<char> name, PatternTable tab
{
return string.Empty;
}
return name;
return name.ToString();
}

// there are other variations, but this heuristic doesn't cover them all. A future-proof implementation would make
Expand Down

0 comments on commit c2bb2c6

Please sign in to comment.