##// END OF EJS Templates
rust: don't escape spaces in regex...
rust: don't escape spaces in regex Spaces are not in fact a regex special character, and escaping them is not correct.
Spencer Baugh -
r51752:2b4bcdc9 default
Show More
Name Size Modified Last Commit Author
/ rust / chg / src
attachio.rs Loading ...
clientext.rs Loading ...
lib.rs Loading ...
locator.rs Loading ...
main.rs Loading ...
message.rs Loading ...
procutil.rs Loading ...
runcommand.rs Loading ...
sendfds.c Loading ...
sighandlers.c Loading ...
uihandler.rs Loading ...