Created
March 17, 2011 12:03
-
-
Save riywo/874213 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
1行目の最後コンマになってんじゃんかよ><
死にたい。。。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
どういうこと。。。