mirror of
https://github.com/correl/melpa.git
synced 2025-01-03 19:17:26 +00:00
temporary fix for quotes in package descriptions
This commit is contained in:
parent
e3598bccbd
commit
c53dba1222
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<%
|
||||
def parse str
|
||||
# credit to: http://stackoverflow.com/q/3128406/154508
|
||||
tokens = str.scan(/#{Regexp.escape("(")}|#{Regexp.escape(")")}|[a-zA-Z0-9\-\_\+]+/)
|
||||
tokens = str.scan(/#{Regexp.escape("(")}|#{Regexp.escape(")")}|[a-zA-Z0-9\'\-\_\+]+/)
|
||||
|
||||
stack = [[]]
|
||||
|
||||
|
|
Loading…
Reference in a new issue