Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Swap the sense of the Regex.match? call in route_symbols_test (#…
…2234) This makes assertions less picky. For instance: "Massport Route 55" |> Regex.compile!("i") |> Regex.match?("Massport") is `false`, but "Massport" |> Regex.compile!("i") |> Regex.match?("Massport Route 55") is `true`.
- Loading branch information