D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
perl-Test-Harness
/
examples
/
t
/
Filename :
10-stuff.t
back
Copy
#!/usr/bin/perl -wT use strict; use warnings; use Test::More qw/no_plan/; ok 1, 'this test passes'; is_deeply [2], [3], 'this is_deeply test fails'; SKIP: { skip 'testing skip', 2 if 1; ok 1; ok 1; } TODO: { local $TODO = 'this is a TODO test'; ok 0, 'This should succeed'; ok 1, 'This should fail'; }
Name
Size
Last Modified
Owner
Permissions
Actions
10-stuff.t
0.32
KB
September 23 2013 11:45:44
root
0644
ruby.t
0.041
KB
July 07 2013 9:45:42
root
0644
2017 © D7net | D704T team