Andrew Leppard
Andrew Leppard
Hello, Thanks for the great project! Thanks @mike-lischke for your work on the JSX parser. I'm trying to integrate the JSX parser and I think I've found an issue when...
In DiffUtils, there is the following regular expression: ``` public class DiffUtils { private static Pattern unifiedDiffChunkRe = Pattern .compile("^@@\\s+-(?:(\\d+)(?:,(\\d+))?)\\s+\\+(?:(\\d+)(?:,(\\d+))?)\\s+@@$"); ``` This will fail if there is a section header...
Thanks for your work on the list. Looks like a spelling error slipped through.