aboutsummaryrefslogtreecommitdiff
path: root/src/ellinika/tests/soundslike.scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-12 04:01:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-12 04:01:10 +0300
commite50173c65dca2cd0e0b5cbc563b7fa36b4d164ca (patch)
treec51ac0da8d875fed9156cc67bc9b1a931650299b /src/ellinika/tests/soundslike.scm
parenta9fa703eecfc81b26c1d969cc13a7ce476c84d6d (diff)
downloadellinika-e50173c65dca2cd0e0b5cbc563b7fa36b4d164ca.tar.gz
ellinika-e50173c65dca2cd0e0b5cbc563b7fa36b4d164ca.tar.bz2
Add tests.
Diffstat (limited to 'src/ellinika/tests/soundslike.scm')
-rw-r--r--src/ellinika/tests/soundslike.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ellinika/tests/soundslike.scm b/src/ellinika/tests/soundslike.scm
new file mode 100644
index 0000000..1d3efa9
--- /dev/null
+++ b/src/ellinika/tests/soundslike.scm
@@ -0,0 +1,7 @@
1(load-extension "./libelmorph" "scm_init_ellinika_elmorph_module")
2
3(load "../elmorph-public.scm")
4
5(let ((word (string->elstr "παρακείμενος")))
6 (display (elstr->soundslike word))
7 (newline))

Return to:

Send suggestions and report system problems to the System administrator.