summaryrefslogtreecommitdiffstats
path: root/test/stale.tcl
blob: 7b2fcd700395ce504b050f52c8754bf0e51bc275 (plain)
1
2
3
4
5
6
for {set i 0} {$i < 30000} {incr i} {
    Commit [list Claim the iteration count is $i]
    Step
}

assert {[llength [Statements::findMatches [list /someone/ claims the iteration count is /i/]]] == 1}