rust/src/test/run-pass/.gitattributes
Alex Crichton 74ae05ad90 syntax: Handle \r\n in byte string literals
This ended up passing through the lexer but dying later on in parsing when it
wasn't handled. The strategy taken was to copy the `str_lit` funciton, but adapt
it for bytes.

Closes #16278
2014-08-05 17:02:55 -07:00

3 lines
81 B
Plaintext

lexer-crlf-line-endings-string-literal-doc-comment.rs -text
issue-16278.rs -text