scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/yaml.js/src/Pattern.coffee
@@ -134,7 +134,7 @@
count = 0
while @regex.test(str) and (limit is 0 or count < limit)
@regex.lastIndex = 0
str = str.replace @regex, ''
str = str.replace @regex, replacement
count++
return [str, count]