Commit 9dedefb
committed
Expect test fialure for
Error on LTS build is:
```
Error: [S-1995]
Test suite failure for package myers-diff-0.3.0.2
myers-diff-test: executable not found
Full log available at /home/curators/work/unpack-dir/.stack-work/logs/myers-diff-0.3.0.2-test.log
Beginning suite of 22 tests
Run root: /home/curators/work/unpack-dir/unpacked/myers-diff-0.3.0.2-4f60b4772b6e65e0cd0e081c426a3448cacba01da7369d48c99bd92192e6dff4/test_runs/2025-08-26T18_58_51.208709665Z
VectorMyers
Single deletes
"a" -> ""
"ab" -> "a"
"ab" -> "b"
"\na" -> "\n"
"\n\na" -> "\n\n"
Single inserts
"" -> "a"
"\n" -> "a\n"
"\n" -> "\na"
Double deletes
"ab" -> ""
"xab" -> "x"
"xab" -> "x" (consolidated)
"abc" -> "b"
Double inserts
"" -> "ab"
"x" -> "xab"
"x" -> "xab" (consolidated)
Longer inserts
"" -> "abcde"
consolidateEditScript
consolidates two inserts
consolidates two deletes
QuickCheck
Arbitrary text
Single change
Multiple changes
Arbitrary document (series of arbitrary texts with plenty of newlines)
Single change
Shutting down due to sigTERM...
Multiple changes
Async exception
SomeAsyncExceptionWithEq AsyncCancelled
```
Signed-off-by: Mihai Maruseac <[email protected]>myers-diff
1 parent 0cae977 commit 9dedefb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6859 | 6859 | | |
6860 | 6860 | | |
6861 | 6861 | | |
| 6862 | + | |
6862 | 6863 | | |
6863 | 6864 | | |
6864 | 6865 | | |
| |||
0 commit comments