lib: update for api changes, update tests
With the new Sexp. And expand unit tests.
This commit is contained in:
@ -47,9 +47,6 @@ namespace Mu {
|
||||
|
||||
struct Command: public Sexp {
|
||||
|
||||
using iterator = List::iterator;
|
||||
using const_iterator = List::const_iterator;
|
||||
|
||||
static Result<Command> make(Sexp&& sexp) try {
|
||||
return Ok(Command{std::move(sexp)});
|
||||
} catch (const Error& e) {
|
||||
|
||||
Reference in New Issue
Block a user