xo-reader2: ssm pretty-printers include .expect_str() output
This commit is contained in:
parent
3e27b8be1e
commit
753b074994
4 changed files with 14 additions and 2 deletions
|
|
@ -246,12 +246,15 @@ namespace xo {
|
|||
(ppii,
|
||||
"DExpectFormalArgSsm",
|
||||
refrtag("fstate", fstate_),
|
||||
refrtag("expect", this->get_expect_str()),
|
||||
refrtag("name", std::string_view(*name_)));
|
||||
} else {
|
||||
return ppii.pps()->pretty_struct
|
||||
(ppii,
|
||||
"DExpectFormalArgSsm",
|
||||
refrtag("fstate", fstate_));
|
||||
refrtag("fstate", fstate_),
|
||||
refrtag("expect", this->get_expect_str())
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue