Skip to content

Instantly share code, notes, and snippets.

@schwern
Created October 13, 2011 01:33
Show Gist options
  • Save schwern/1283112 to your computer and use it in GitHub Desktop.
Save schwern/1283112 to your computer and use it in GitHub Desktop.
Output from 1281618
1..1
test
not ok 1
# Failed test at /Users/schwern/tmp/test.plx line 45.
# An error occurred while using eq:
# ------------------------------------
# Cannot compare MyTest with "test" at /Users/schwern/tmp/test.plx line 21
# MyTest::_operator_cmp('MyTest=HASH(0x100803c68)', 'test', '') called at (eval in cmp_ok) /Users/schwern/tmp/test.plx line 45
# eval '
# #line 45 "(eval in cmp_ok) /Users/schwern/tmp/test.plx"
# $got eq $expect;
#
# ;' called at /Users/schwern/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/Test/Builder.pm line 1122
# Test::Builder::cmp_ok('Test::Builder=HASH(0x1008576c8)', 'MyTest=HASH(0x100803c68)', 'eq', 'test', undef) called at /Users/schwern/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/Test/Builder.pm line 954
# Test::Builder::is_eq('Test::Builder=HASH(0x1008576c8)', 'MyTest=HASH(0x100803c68)', 'test') called at /Users/schwern/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/Test/More.pm line 377
# Test::More::is('MyTest=HASH(0x100803c68)', 'test') called at /Users/schwern/tmp/test.plx line 45
#
# ------------------------------------
# got: 'test'
# expected: 'test'
# Looks like you failed 1 test of 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment