unittests: Add tv_get number tests

This commit is contained in:
ZyX
2017-03-25 20:46:39 +03:00
parent 4536c064e4
commit e08b27ba4a
2 changed files with 124 additions and 2 deletions

View File

@@ -2447,7 +2447,7 @@ float_T tv_get_float(const typval_T *const tv)
break;
}
case VAR_UNKNOWN: {
emsgf(_(e_intern2), "get_tv_float(UNKNOWN)");
emsgf(_(e_intern2), "tv_get_float(UNKNOWN)");
break;
}
}