pegkit icon indicating copy to clipboard operation
pegkit copied to clipboard

Don't set PKTokenizer.string = nil at the end of the parse.

Open ewanmellor opened this issue 9 years ago • 0 comments

The setter for that field will assert PKTokenizer.stream is nil, which of course is not true if you're parsing a stream rather than a string.

ewanmellor avatar Jun 15 '15 02:06 ewanmellor