changed token_id to token_re
Uri Guttman [Wed, 9 May 2012 18:15:07 +0000 (14:15 -0400)]
t/options.t

index 9500206..049aea4 100644 (file)
@@ -176,9 +176,9 @@ foo
 EXPECTED
        },
        {
-               name    => 'token_id',
+               name    => 'token_re',
                opts    => {
-                       token_id => qw/[-\w]+?/,
+                       token_re => qw/[-\w]+?/,
                },
                data    => {
                        'foo-bar'       => 'FOO is 3',