Skip to content

Commit

Permalink
Merge ea7a80c into 806eaed
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Feb 24, 2020
2 parents 806eaed + ea7a80c commit f3b7e19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Changes
Expand Up @@ -6,8 +6,6 @@ https://github.com/bayashi/Test-Arrow/commits/master

https://github.com/bayashi/Test-Arrow/tags

## Show the log of each version
## Show the commit logs / diff of last tag

Showing commit logs of tag `0.02` to `0.03` .

$ git log --graph --oneline --stat 0.02..0.03
https://github.com/bayashi/Test-Arrow/compare/0.07...0.08
3 changes: 3 additions & 0 deletions t/01_basic.t
Expand Up @@ -13,6 +13,9 @@ my $arr = Test::Arrow->new;
$arr->pass('PASS2');

# ok
$arr->ok(Test::Arrow::PASS);
$arr->ok(!Test::Arrow::FAIL);

$arr->ok($got);
$arr->ok($got, 'ok1');
$arr->got($got)->ok;
Expand Down

0 comments on commit f3b7e19

Please sign in to comment.