CHECK_THROWS_WITH_AS(json::parse("/a",nullptr,true,true),"[json.exception.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid comment; expecting '/' or '*' after '/'; last read: '/a'",json::parse_error);
CHECK_THROWS_WITH_AS(json::parse("/*",nullptr,true,true),"[json.exception.parse_error.101] parse error at line 1, column 3: syntax error while parsing value - invalid comment; missing closing '*/'; last read: '/*<U+0000>'",json::parse_error);