1..16 todo 2 5;
# Pass test
ok 1
# Todo test that passes
ok 2 # (tgA1.t at line 124 TODO?!)
# Test that fails
not ok 3
# Test 3 got: '$VAR1 = '6';
$VAR2 = '6';
' (tgA1.t at line 138)
#   Expected: '$VAR1 = '6';
$VAR2 = '5';
'
# Skipped tests
ok 4 # skip
# Todo Test that Fails
not ok 5
# Test 5 got: '$VAR1 = '12';
' (tgA1.t at line 154 *TODO*)
#   Expected: '$VAR1 = '6';
'
# verify only
ok 6
# Test loop
ok 7
# Test loop
ok 8
# Test loop
ok 9
# Test loop
ok 10
# Test loop
ok 11
# Test loop
ok 12
# Failed test that skips the rest
not ok 13
# Test 13 got: '$VAR1 = '5';
' (tgA1.t at line 193)
#    Expected: '$VAR1 = '6';
'
# A test to skip
# Test invalid because of previous failure.
ok 14 # skip
# A not skip to skip
# Test invalid because of previous failure.
ok 15 # skip
# A skip to skip
# Test invalid because of previous failure.
ok 16 # skip
