rust/src/libregex/test
Patrick Walton e8d6031c71 libsyntax: Forbid escapes in the inclusive range \x80-\xff in
Unicode characters and strings.

Use `\u0080`-`\u00ff` instead. ASCII/byte literals are unaffected.

This PR introduces a new function, `escape_default`, into the ASCII
module. This was necessary for the pretty printer to continue to
function.

RFC #326.

Closes #18062.

[breaking-change]
2014-11-04 14:58:11 -08:00
..
bench.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
matches.rs Add a regex crate to the Rust distribution. 2014-04-25 00:27:24 -04:00
mod.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
native_static.rs Change regex! macro to expand to a constexpr, allowing to put it in a static 2014-05-25 22:30:50 +02:00
tests.rs libsyntax: Forbid escapes in the inclusive range \x80-\xff in 2014-11-04 14:58:11 -08:00