Commit 64f777e8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cc960283
......@@ -89,6 +89,7 @@ func withDemoData(t *testing.T, f func(t *testing.T, ddat *DemoData), optv ...tO
pos int // where this transaction starts in the dump
}
var txnv []zdumpTxn
// FIXME - re finds nothing
for _, m := range txnRe.FindAllStringSubmatchIndex(zdump, -1) {
// [m[0]:m[1]] refer to whole txn line
__ := zdump[m[2]:m[3]]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment