inst/tinytest/test_cockburn_remove_standard_names.r

## -------->>  [[file:../../nstandr.src.org::*Stem Name][Stem Name:2]]
expect_equal(c("WESTINGHOUSE, |.?^&*@ ELEC  "
             , "GRACE (W EN R) & CO - òâêîé  PUBLIC LIMITED "
             , "GRACE (W/R) & CO LTD ") |>
             cockburn_remove_standard_names()
           , c("WESTINGHOUSE, |.?^&*@ ELEC  ", "GRACE (W EN R) - òâêîé  PUBLIC LIMITED ", "GRACE (W/R) "))
## --------<<  Stem Name:2 ends here
stasvlasov/harmonizer documentation built on Aug. 6, 2023, 10:42 a.m.