R Under development (unstable) (2026-02-04 r89376 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(placematchr) > > test_check("placematchr") Saving _problems/test-normalization-10.R Saving _problems/test-normalization-14.R Saving _problems/test-normalization-17.R Saving _problems/test-normalization-27.R [ FAIL 4 | WARN 0 | SKIP 0 | PASS 9 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-normalization.R:10:3'): DE normalization works ─────────────── Expected `normalize_city("Paris", country = "DE")` to equal "Non-German City - Do not match". Differences: 1/1 mismatches x[1]: "paris" y[1]: "Non-German City - Do not match" ── Failure ('test-normalization.R:14:3'): CH normalization works ─────────────── Expected `normalize_city("Zürich", country = "CH")` to equal "zuerich". Differences: 1/1 mismatches x[1]: "zurich" y[1]: "zuerich" ── Failure ('test-normalization.R:17:3'): CH normalization works ─────────────── Expected `normalize_city("Berlin", country = "CH")` to equal "Non-Swiss City - Do not match". Differences: 1/1 mismatches x[1]: "berlin" y[1]: "Non-Swiss City - Do not match" ── Failure ('test-normalization.R:27:3'): Matching returns results ───────────── Expected `res_ch$city_clean[1]` to equal "zuerich". Differences: 1/1 mismatches x[1]: "zurich" y[1]: "zuerich" [ FAIL 4 | WARN 0 | SKIP 0 | PASS 9 ] Error: ! Test failures. Execution halted