Skip to content

Instantly share code, notes, and snippets.

@ysasaki
Created October 19, 2012 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ysasaki/3918346 to your computer and use it in GitHub Desktop.
Save ysasaki/3918346 to your computer and use it in GitHub Desktop.
# Test::More
ok 1+1 == 2;
ok 1+1 != 0;
ok 1+1 >= 1;
# Oktest
OK (1+1) == 2;
OK (1+1) != 0;
OK (1+1) >= 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment