Skip to content

Commit

Permalink
added version.t.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed May 13, 2012
1 parent cd878e8 commit 827af27
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions t/version.t
@@ -0,0 +1,19 @@
# vi:ft=

use strict;
use warnings;

use t::RedisParser;
plan tests => 1 * blocks();

run_tests();

__DATA__
=== TEST 1: no crlf in status reply
--- lua
parser = require("redis.parser")
print(parser._VERSION)
--- out
0.09

0 comments on commit 827af27

Please sign in to comment.