Skip to content

Instantly share code, notes, and snippets.

@riywo
Created March 17, 2011 12:03
Show Gist options
  • Save riywo/874213 to your computer and use it in GitHub Desktop.
Save riywo/874213 to your computer and use it in GitHub Desktop.
my $ret = $mysql->mysql("select count(*) from $TABLE", 'db' => $DB, 'opt' => "--skip-column-name"),
note($ret);
note explain $ret;
is($ret, "200\n", "count");
note($ret);
#---------------------------------------------------------------------------------------------------
# undef
# 100
not ok 1 - count
# Failed test 'count'
# at /Users/hoge/hoge/../extlib/lib/perl5/Test/More.pm line 377.
# got: '100
# '
# expected: '200
# '
# 100
@riywo
Copy link
Author

riywo commented Mar 17, 2011

どういうこと。。。

@riywo
Copy link
Author

riywo commented Mar 17, 2011

1行目の最後コンマになってんじゃんかよ><

@riywo
Copy link
Author

riywo commented Mar 17, 2011

死にたい。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment