quink

Results 3 comments of quink

Hi phzbox Can you post the example on Gist or somesuch - I'm not able to replicate it even after looking at the source.

Done in an ugly way in my fork: ``` python data = ['{{ foo|adda }}', 'hello', {'foo':'helloa'}, {'processors':{'adda':self.adda} }] def adda(self, string): return string + "a" def assertScrape(self, pattern, input,...