1..8 todo 2 5;
# Probe> OS: MSWin32
# Probe> Perl: 5.6.1
# Probe> Internal Storage Method: string
# Pass test
ok 1
# Todo test that passes
ok 2 # (tech0.t at line 156 TODO?!)
# Test that fails
not ok 3
# Test 3 got: ''5'
'6'
' (tech0.t at line 172)
#   Expected: ''6'
'5'
'
# Skipped tests
ok 4 # skip
# Todo Test that Fails
not ok 5
# Test 5 got: '12' (tech0.t at line 197 *TODO*)
#   Expected: '6'
# Failed test that skips the rest
not ok 6
# Test 6 got: '5' (tech0.t at line 206)
#   Expected: '6'
# A test to skip
# Test invalid because of previous failure.
ok 7 # skip
# A not skip to skip
# Test invalid because of previous failure.
ok 8 # skip
