Skip to content

Instantly share code, notes, and snippets.

@riywo
Created March 17, 2011 12:03
Show Gist options
  • Select an option

  • Save riywo/874213 to your computer and use it in GitHub Desktop.

Select an option

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

riywo commented Mar 17, 2011

Copy link
Copy Markdown
Author

どういうこと。。。

@riywo

riywo commented Mar 17, 2011

Copy link
Copy Markdown
Author

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

@riywo

riywo commented Mar 17, 2011

Copy link
Copy Markdown
Author

死にたい。。。

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