Skip to content

Commit

Permalink
Remove unnecessary hashes on string
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Oct 22, 2023
1 parent 544da8c commit 98fe8cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/comparer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ datetime and dates
false
"#;

const PATH_TEST_CASES: &str = r#"
const PATH_TEST_CASES: &str = r"
path with ASCII text
----
/foo
Expand Down Expand Up @@ -1033,7 +1033,7 @@ baz/quux
false
----
sv-SE
"#;
";

const IP_TEST_CASES: &str = r#"
ip with just IPv4
Expand Down

0 comments on commit 98fe8cb

Please sign in to comment.