[liblouis-liblouisxml] [liblouis] r744 committed - tests/harness/ta-ta-g1_harness.txt, tests/harness/en-GB-g2_harness.txt...

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Wed, 18 Jul 2012 12:54:30 +0000

Revision: 744
Author:   mesar.hameed@xxxxxxxxx
Date:     Wed Jul 18 04:43:17 2012
Log: tests/harness/ta-ta-g1_harness.txt, tests/harness/en-GB-g2_harness.txt: little more cleanup.
Thanks Attila.

http://code.google.com/p/liblouis/source/detail?r=744

Modified:
 /trunk/tests/harness/en-GB-g2_harness.txt
 /trunk/tests/harness/ta-ta-g1_harness.txt

=======================================
--- /trunk/tests/harness/en-GB-g2_harness.txt   Tue Jul 17 02:01:07 2012
+++ /trunk/tests/harness/en-GB-g2_harness.txt   Wed Jul 18 04:43:17 2012
@@ -1,10 +1,10 @@
-{
+{
+  "tables": [
+    "unicode.dis",
+    "en-GB-g2.ctb"
+  ],
   "tests": [
     {
-      "flags": {
-        "outputUniBrl": true,
-        "testmode": "backtranslate"
-      },
       "data": [
         {
           "input": "⠮ ⠉⠁⠞ ⠎⠁⠞ ⠕⠝ ⠮ ⠍⠁⠞",
@@ -21,12 +21,13 @@
           "mode": "compbrlAtCursor",
           "output": "you went to"
         }
-      ]
+      ],
+      "flags": {
+        "outputUniBrl": true,
+        "testmode": "backtranslate"
+      }
     },
     {
-      "flags": {
-        "outputUniBrl": true
-      },
       "data": [
         {
           "input": "the cat sat on the mat",
@@ -43,10 +44,10 @@
           "mode": "compbrlAtCursor",
           "output": "⠽ ⠺⠑⠝⠞ ⠞⠕"
         }
-      ]
-    }
-  ],
-  "tables": [
-    "en-GB-g2.ctb"
+      ],
+      "flags": {
+        "outputUniBrl": true
+      }
+    }
   ]
 }
=======================================
--- /trunk/tests/harness/ta-ta-g1_harness.txt   Tue Jul 17 02:01:07 2012
+++ /trunk/tests/harness/ta-ta-g1_harness.txt   Wed Jul 18 04:43:17 2012
@@ -1,9 +1,10 @@
-{
+{
+  "tables": [
+    "unicode.dis",
+    "ta-ta-g1.ctb"
+  ],
   "tests": [
     {
-      "flags": {
-        "outputUniBrl": true
-      },
       "data": [
         {
           "input": "இ",
@@ -53,10 +54,10 @@
           "input": "’",
           "output": "⠴"
         }
-      ]
-    }
-  ],
-  "tables": [
-    "ta-ta-g1.ctb"
+      ],
+      "flags": {
+        "outputUniBrl": true
+      }
+    }
   ]
 }

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r744 committed - tests/harness/ta-ta-g1_harness.txt, tests/harness/en-GB-g2_harness.txt... - liblouis