google / json5format

JSON5 (a.k.a., "JSON for Humans") formatter that preserves contextual comments

Home Page:https://crates.io/crates/json5format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parser crashes if a block comment includes a blank line

richkadel opened this issue · comments

This should not make the parser crash:

        /*
          what happens

          with this 5
        */
        /*

          what happens

          with this 6
        */