projects
/
urisagit/Template-Simple.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7705c79
)
changed token_id to token_re
Uri Guttman [Wed, 9 May 2012 18:15:07 +0000 (14:15 -0400)]
t/options.t
patch
|
blob
|
blame
|
history
diff --git
a/t/options.t
b/t/options.t
index
9500206
..
049aea4
100644
(file)
--- a/
t/options.t
+++ b/
t/options.t
@@
-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',