xo-reader2: utest with variable reference. Works !
This commit is contained in:
parent
058d518e8b
commit
ef7fc21287
2 changed files with 8 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ namespace xo {
|
|||
Binding::print(std::ostream & os) const
|
||||
{
|
||||
if (i_link_ == c_link_global) {
|
||||
os << "{path:global}";
|
||||
os << "{path:global:" << j_slot_ << "}";
|
||||
} else if (i_link_ == c_link_sentinel) {
|
||||
os << "{path}";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue