mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
another bit of cleanup
This commit is contained in:
@@ -828,9 +828,9 @@ fn escape_key_test() {
|
||||
assert_eq!("foo{}", escape_key("foo{}"));
|
||||
assert_eq!("{}", escape_key("{}"));
|
||||
assert_eq!("", escape_key(""));
|
||||
assert_eq!("/path/to/foo.rb", escape_key("/path/to/foo.rb"));
|
||||
assert_eq!("/path/to/foo.ql", escape_key("/path/to/foo.ql"));
|
||||
assert_eq!(
|
||||
"/path/to/foo&{}"@#.rb",
|
||||
escape_key("/path/to/foo&{}\"@#.rb")
|
||||
"/path/to/foo&{}"@#.ql",
|
||||
escape_key("/path/to/foo&{}\"@#.ql")
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user