JPlag icon indicating copy to clipboard operation
JPlag copied to clipboard

Support for C++ raw string literals

Open nwalet opened this issue 4 years ago • 1 comments

I suffer from problems parsing students' ASCII art, usually correctly represented as a raw string (R"..."); jplag still parses and gets confused about internal escape sequences, characters prefixed by a backslash. It would be so much easier if it didn't do that...

nwalet avatar Jun 07 '20 20:06 nwalet