1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
TAP version 13
ok 1 - a set of tests to be done later ___/# time=[0-9.]+(ms)?/~~~ {
ok 1 - should have a thingie # TODO
ok 2 - should have a second whoosits also # TODO
ok 3 - the subset ___/# time=[0-9.]+(ms)?/~~~ {
ok 1 - should be a child thingie # TODO
ok 2 - should also be a whoosits # TODO
ok 3 - has some of these things ___/# time=[0-9.]+(ms)?/~~~ {
ok 1 - someday this will be a function that throws # TODO
ok 2 - someday this will be a function that knows # TODO
ok 3 - true is truthy
ok 4 - ten is also truthy
1..4
# todo: 2
}
1..3
# todo: 2
}
1..3
# todo: 2
}
ok 2 - (unnamed test) # TODO
ok 3 - another set of tests ___/# time=[0-9.]+(ms)?/~~~ {
ok 1 - is a second set # TODO
ok 2 - looks like english # TODO
ok 3 - is marked TODO # TODO
1..3
# todo: 3
}
1..3
# todo: 1
___/# time=[0-9.]+(ms)?/~~~
|