diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-05-18 22:50:02 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-05-18 22:50:02 +0400 |
| commit | 1f82b7df50418b624cc88baaec0d039774f4748e (patch) | |
| tree | c43e4d3bb318a296aa3779d6411b947a76e475d0 | |
| parent | b60f1b531635a0abec09c909580ac5144cc609b3 (diff) | |
fix: update test cases
| -rwxr-xr-x | compare/compare.sh | 2 | ||||
| -rw-r--r-- | compare/difference.diff | 27 |
2 files changed, 1 insertions, 28 deletions
diff --git a/compare/compare.sh b/compare/compare.sh index f6d80e3..5ffd549 100755 --- a/compare/compare.sh +++ b/compare/compare.sh @@ -3,4 +3,4 @@ python ./reference.py > reference.aline cargo run > aline-rs.aline -git diff --no-index reference.aline aline-rs.aline > difference.diff +git diff --no-index aline-rs.aline reference.aline > difference.diff diff --git a/compare/difference.diff b/compare/difference.diff index 1e758df..e69de29 100644 --- a/compare/difference.diff +++ b/compare/difference.diff @@ -1,27 +0,0 @@ -diff --git a/reference.aline b/aline-rs.aline -index a38bf8a..788e545 100644 ---- a/reference.aline -+++ b/aline-rs.aline -@@ -31,7 +31,7 @@ hær ~ hAr : (h, h) (æ, A) (r, r) - ir ~ Or : (i, O) (r, r) - aj ~ awgə : (a, a) (j, w) - nowz ~ nAzə : (n, n) (o, A) (wz, z) --mawθ ~ munt : (m, m) (a, u) (w, n) (θ, t) -+mawθ ~ munt : (m, m) (a, u) - təŋ ~ tsuŋə : (t, ts) (ə, u) (ŋ, ŋ) - fut ~ fys : (f, f) (u, y) (t, s) - nij ~ knI : (n, n) (i, I) -@@ -46,10 +46,10 @@ ijt ~ edere : (i, e) (j, -) (t, d) - fiʃ ~ piʃkis : (f, p) (i, i) (ʃ, ʃ) - flow ~ fluere : (f, f) (l, l) (o, ue) (w, r) - staɾ ~ stella : (s, s) (t, t) (a, e) (ɾ, l) --ful ~ plenus : (f, p) (u, -) (l, l) -+ful ~ plenus : (f, p) (-, l) (u, e) - græs ~ gramen : (g, g) (r, r) (æ, a) --hart ~ kordis : (h, k) (a, o) (r, r) (t, d) --horn ~ korny : (h, k) (o, o) (r, r) (n, n) -+hart ~ kordis : (a, o) (r, r) (t, d) -+horn ~ korny : (o, o) (r, r) (n, n) - aj ~ ego : (a, e) (j, g) - nij ~ genU : (n, n) (i, U) - məðər ~ mAter : (m, m) (ə, A) (ð, t) (ə, e) (r, r) |
