keichi / binary-parser

A blazing-fast declarative parser builder for binary data
MIT License
864 stars 134 forks source link

Escape assert strings #198

Closed vexcat closed 2 years ago

vexcat commented 2 years ago

This fixes .string("var", "string with \n in it")

keichi commented 2 years ago

@vexcat Thanks for catching this! Could you run npm run format:fix to format the source code?