parent
cb177aa390
commit
f8e28e066e
20 changed files with 37 additions and 37 deletions
|
|
@ -50,7 +50,7 @@ func StringResultTreeEvaluator(it Nexter) string {
|
|||
}
|
||||
out += it.ResultTree().String()
|
||||
out += "\n"
|
||||
for it.NextResult() == true {
|
||||
for it.NextPath() == true {
|
||||
out += " "
|
||||
out += it.ResultTree().String()
|
||||
out += "\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue