Fix bug in stripComments
Summary: the bug is in InString state when we escape only '"' character. We should escape at least '\\' and '"'. This diffs simply escapes any character after '\\'. Test Plan: folly unit tests, mcrouter unit tests Reviewed By: stepan@fb.com Subscribers: njormrod FB internal diff: D1540836
Showing
Please register or sign in to comment