From: Uri Guttman <uri AT PerlHunter.com>
Date: Wed, 9 May 2012 18:15:07 +0000 (-0400)
Subject: changed token_id to token_re
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba66415e78c8e83bb1c216678e27006006a7c22c;p=urisagit%2FTemplate-Simple.git

changed token_id to token_re
---

diff --git a/t/options.t b/t/options.t
index 9500206..049aea4 100644
--- 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',