Hacker News new | ask | show | jobs
by Total_Meltdown 4288 days ago
Do you accept pull requests?

From Chapter 3, Exhibit 6:

    {
        "title": "Hey Jude" // <-- Missing comma
        "group": "Beatles",
        ...
    }
2 comments

I'm not the author (but I know him and he doesn't have an HN account--I've also contributed a chapter currently awaiting as a PR). PRs are certainly welcome.
Also, in Chapter 1 the completed regex is

    [0-9]{1,2} U\.S\.\C. § \d+(\w+)?( \([0-9]{4}\))?
Should be

    [0-9]{1,2} U\.S\.C\. § \d+(\w+)?( \([0-9]{4}\))?
Note the backslash location change in U.S.C.