lib: update for api changes, update tests

With the new Sexp. And expand unit tests.
This commit is contained in:
Dirk-Jan C. Binnema
2023-06-27 00:53:23 +03:00
parent ae9607530f
commit fd7c011195
6 changed files with 36 additions and 47 deletions

View File

@ -64,6 +64,8 @@ static bool is_a_tty{};
static std::string hist_path;
static size_t max_lines{};
// LCOV_EXCL_START
bool
Mu::have_readline()
{
@ -133,3 +135,5 @@ Mu::save_line(const std::string& line)
add_history(line.c_str());
#endif /*HAVE_READLINE*/
}
// LCOV_EXCL_STOP