Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid string concat in resource lookups #1493

Merged
merged 3 commits into from
Mar 23, 2024

Update ResourceKeys.TimeUnitSymbol.cs

f42f8f5
Select commit
Loading
Failed to load commit list.
Merged

Avoid string concat in resource lookups #1493

Update ResourceKeys.TimeUnitSymbol.cs
f42f8f5
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Humanizer-CI succeeded Mar 23, 2024 in 6m 27s

Build #3.0.0-beta.24+ac3799e6e8 had test failures

Details

Tests

  • Failed: 12 (0.02%)
  • Passed: 55,312 (99.98%)
  • Other: 0 (0.00%)
  • Total: 55,324

Annotations

Check failure on line 1 in he.NumberToWordsTests.ToWords(number: 1000000, expected: "מיליון")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Humanizer-CI

he.NumberToWordsTests.ToWords(number: 1000000, expected: "מיליון")

Assert.Equal() Failure: Strings differ
           ↓ (pos 0)
Expected: "מיליון"
Actual:   "Millions"
           ↑ (pos 0)
Raw output
   at he.NumberToWordsTests.ToWords(Int32 number, String expected) in D:\a\1\s\src\Humanizer.Tests\Localisation\he\NumberToWordsTests.cs:line 51

Check failure on line 1 in he.NumberToWordsTests.ToWords(number: 2147483647, expected: "שני מיליארד מאה ארבעים ושבעה מיליון ארבע מאות שמונ"···)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Humanizer-CI

he.NumberToWordsTests.ToWords(number: 2147483647, expected: "שני מיליארד מאה ארבעים ושבעה מיליון ארבע מאות שמונ"···)

Assert.Equal() Failure: Strings differ
               ↓ (pos 4)
Expected: "שני מיליארד מאה ארבעים ושבעה מיליון ארבע "···
Actual:   "שני Billions מאה ארבעים ושבעה Millions אר"···
               ↑ (pos 4)
Raw output
   at he.NumberToWordsTests.ToWords(Int32 number, String expected) in D:\a\1\s\src\Humanizer.Tests\Localisation\he\NumberToWordsTests.cs:line 51

Check failure on line 1 in he.NumberToWordsTests.ToWordsMasculine(number: 1000000000, expected: "מיליארד")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Humanizer-CI

he.NumberToWordsTests.ToWordsMasculine(number: 1000000000, expected: "מיליארד")

Assert.Equal() Failure: Strings differ
           ↓ (pos 0)
Expected: "מיליארד"
Actual:   "Billions"
           ↑ (pos 0)
Raw output
   at he.NumberToWordsTests.ToWordsMasculine(Int32 number, String expected) in D:\a\1\s\src\Humanizer.Tests\Localisation\he\NumberToWordsTests.cs:line 98

Check failure on line 1 in he.NumberToWordsTests.ToWords(number: 2000408, expected: "שני מיליון ארבע מאות ושמונה")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Humanizer-CI

he.NumberToWordsTests.ToWords(number: 2000408, expected: "שני מיליון ארבע מאות ושמונה")

Assert.Equal() Failure: Strings differ
               ↓ (pos 4)
Expected: "שני מיליון ארבע מאות ושמונה"
Actual:   "שני Millions ארבע מאות ושמונה"
               ↑ (pos 4)
Raw output
   at he.NumberToWordsTests.ToWords(Int32 number, String expected) in D:\a\1\s\src\Humanizer.Tests\Localisation\he\NumberToWordsTests.cs:line 51