public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
Get rid of the unused Haml::Precompiler::TAG_REGEX.
nex3 (author)
Sun Apr 27 21:11:38 -0700 2008
commit  f0f1993b8c72a1d2dec70c5d7f97195959c1cf97
tree    e881aa491871307f6de8ee15af5d740bddda6260
parent  e9558f27496126cf846329172efdf6cc2b00e464
...
85
86
87
88
89
90
91
92
93
...
85
86
87
 
 
 
88
89
90
0
@@ -85,9 +85,6 @@ module Haml
0
     # The Regex that matches a Doctype command.
0
     DOCTYPE_REGEX = /(\d\.\d)?[\s]*([a-z]*)/i
0
 
0
- # The Regex that matches an HTML tag command.
0
- TAG_REGEX = /[%]([-:\w]+)([-\w\.\#]*)(\{.*\})?(\[.*\])?([=\/\~]?)?(.*)?/
0
-
0
     # The Regex that matches a literal string or symbol value
0
     LITERAL_VALUE_REGEX = /^\s*(:(\w*)|(('|")([^\\\#'"]*?)\4))\s*$/
0
 

Comments

    No one has commented yet.