feat(cv): extend templates and extraction
This commit is contained in:
@@ -35,6 +35,14 @@ public sealed class HumanLanguageCatalogTests
|
||||
Assert.Equal("Norwegian", HumanLanguageCatalog.NormalizeLanguageName(alias));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void Norwegian_cv_terms_normalize_without_changing_the_canonical_storage_language()
|
||||
{
|
||||
Assert.Equal("English", HumanLanguageCatalog.NormalizeLanguageName("engelsk"));
|
||||
Assert.Equal("Native", HumanLanguageCatalog.ExtractLevel("morsmål"));
|
||||
Assert.Equal("Professional working proficiency", HumanLanguageCatalog.ExtractLevel("profesjonelt arbeidsnivå"));
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[InlineData("C#")]
|
||||
[InlineData("Leadership")]
|
||||
|
||||
Reference in New Issue
Block a user