[liblouis-liblouisxml] [liblouis] r594 committed - harnesses: Add a Hungarian test harness for hu1.ctb

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 07 May 2012 11:19:08 +0000

Revision: 594
Author:   mesar.hameed
Date:     Mon May  7 04:18:48 2012
Log:      harnesses: Add a Hungarian test harness for hu1.ctb
http://code.google.com/p/liblouis/source/detail?r=594

Added:
 /trunk/tests/harness/hu1_harness.py
Modified:
 /trunk/tests/harness/Makefile.am

=======================================
--- /dev/null
+++ /trunk/tests/harness/hu1_harness.py Mon May  7 04:18:48 2012
@@ -0,0 +1,18 @@
+# -*- coding: utf-8 -*-
+
+"""
+Liblouis test harness for the Hungarian grade 1 table.
+Please see the liblouis documentationfor more information.
+"""
+
+import sys
+import louis
+
+table = 'hu1.ctb'
+
+tests = [
+    {
+        'txt':  u'kerekesszék',
+        'brl':  u'kerekes:*k'
+    },
+}
=======================================
--- /trunk/tests/harness/Makefile.am    Tue Mar  6 00:57:33 2012
+++ /trunk/tests/harness/Makefile.am    Mon May  7 04:18:48 2012
@@ -1,4 +1,4 @@
 dist_check_SCRIPTS = \
        en-GB-g2_harness.py \
+       hu1_harness.py \
        letterDefTest_harness.py
-

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r594 committed - harnesses: Add a Hungarian test harness for hu1.ctb - liblouis