svoid test_dialCodeStringForCountryCode() {
  testFunctionValues dialCodeStringForCountryCode(
    "US" := "+1",
    "IN" := "+91",
    "in" := "+91",
    "xy" := null
  );
}