mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-29 07:08:33 -04:00
Compare commits
1 Commits
latest-commit
...
ed-perm
| Author | SHA1 | Date | |
|---|---|---|---|
| fe605ff853 |
@@ -178,6 +178,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(windows))]
|
||||||
fn test_permutations() {
|
fn test_permutations() {
|
||||||
let target = "target/ed-diff/";
|
let target = "target/ed-diff/";
|
||||||
// test all possible six-line files.
|
// test all possible six-line files.
|
||||||
@@ -258,6 +259,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(windows))]
|
||||||
fn test_permutations_empty_lines() {
|
fn test_permutations_empty_lines() {
|
||||||
let target = "target/ed-diff/";
|
let target = "target/ed-diff/";
|
||||||
// test all possible six-line files with missing newlines.
|
// test all possible six-line files with missing newlines.
|
||||||
@@ -332,6 +334,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(windows))]
|
||||||
fn test_permutations_reverse() {
|
fn test_permutations_reverse() {
|
||||||
let target = "target/ed-diff/";
|
let target = "target/ed-diff/";
|
||||||
// test all possible six-line files.
|
// test all possible six-line files.
|
||||||
|
|||||||
Reference in New Issue
Block a user