diff options
| author | Arun Isaac | 2026-08-14 21:42:46 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-15 20:53:09 +0100 |
| commit | ce5bc77c767351c57ce4f7872c827316cb3b1040 (patch) | |
| tree | ef44e0cf27b0b87d98b30deb73ef6958a414e63e /test-data | |
| parent | 6b6dbbb94db9220e6414f7e1dd6a85d025347829 (diff) | |
| download | domagi-ce5bc77c767351c57ce4f7872c827316cb3b1040.tar.gz domagi-ce5bc77c767351c57ce4f7872c827316cb3b1040.tar.lz domagi-ce5bc77c767351c57ce4f7872c827316cb3b1040.zip | |
Add domagi overlap.
Diffstat (limited to 'test-data')
| -rw-r--r-- | test-data/expected-output/test1-overlap | 3 | ||||
| -rw-r--r-- | test-data/expected-output/test2-overlap | 3 | ||||
| -rw-r--r-- | test-data/expected-output/test3-overlap | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/test-data/expected-output/test1-overlap b/test-data/expected-output/test1-overlap new file mode 100644 index 0000000..ee0297f --- /dev/null +++ b/test-data/expected-output/test1-overlap @@ -0,0 +1,3 @@ +#path start end path.touched +x 0 50 y +y 0 50 x diff --git a/test-data/expected-output/test2-overlap b/test-data/expected-output/test2-overlap new file mode 100644 index 0000000..81dfa10 --- /dev/null +++ b/test-data/expected-output/test2-overlap @@ -0,0 +1,3 @@ +#path start end path.touched +5+ 0 13 5- +5- 0 13 5+ diff --git a/test-data/expected-output/test3-overlap b/test-data/expected-output/test3-overlap new file mode 100644 index 0000000..bc22807 --- /dev/null +++ b/test-data/expected-output/test3-overlap @@ -0,0 +1,3 @@ +#path start end path.touched +5+ 0 20 5- +5- 0 13 5+ |
