Elisée Maurer

Results 3 comments of Elisée Maurer

Looks like the bug comes from here: https://github.com/mherkender/lua.js/blob/master/src/lua.jison#L298 I'm not familiar with Jison so I'd rather not try and fix it myself as I'm likely to botch something else accidentally....

@florentpoujol looking at the package.json file, you should be able to run the tests with `npm run test`.

I have a patch here: https://github.com/elisee/serenity/commit/956fca4b79a3ff87144d1277fe3deece41e6dbda which fixes the issue but I don't think it's quite correct. From what I read in https://datatracker.ietf.org/doc/html/rfc3986#section-2.4, our URL path shouldn't need to be...