[liblouis-liblouisxml] Fix some indenting in hungarian test harness files

  • From: Hammer Attila <hammera@xxxxxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Tue, 15 May 2012 17:15:04 +0200

Hy,

I sending a patch with fix some I prewious bad indented block with some test cases in the hungarian test harness files.
I doed the fix both Python 2.7 and 3.2 test harness files.

Attila
Index: tests/harness/hu1_harness.py
===================================================================
--- tests/harness/hu1_harness.py        (revision 625)
+++ tests/harness/hu1_harness.py        (working copy)
@@ -524,7 +524,7 @@
     }, {
         'txt':  u'Gombosszeg', 
         'brl':  u'$gombos5eg', 
-'BRLCursorPos': 1,
+        'BRLCursorPos': 1,
     }, {
         'txt':  u'gondviselésszerű', 
         'brl':  u'gondvisel1s5er}', 
@@ -937,14 +937,14 @@
     }, {
         'txt':  u'Kisszentmárton', 
         'brl':  u'$kis5entm"rton', 
-'BRLCursorPos': 1,
+        'BRLCursorPos': 1,
     }, {
         'txt':  u'kisszerű', 
         'brl':  u'kis5er}', 
     }, {
         'txt':  u'Kissziget', 
         'brl':  u'$kis5iget', 
-'BRLCursorPos': 1,
+        'BRLCursorPos': 1,
     }, {
         'txt':  u'kisszobában', 
         'brl':  u'kis5ob"ban', 
@@ -1270,7 +1270,7 @@
     }, {
         'txt':  u'Meggyesi', 
         'brl':  u'$me44esi', 
-       'BRLCursorPos': 1,
+        'BRLCursorPos': 1,
     }, {
         'txt':  u'meggyet', 
         'brl':  u'me44et', 
Index: tests/harness/hu1_harness_py3.py
===================================================================
--- tests/harness/hu1_harness_py3.py    (revision 625)
+++ tests/harness/hu1_harness_py3.py    (working copy)
@@ -524,7 +524,7 @@
     }, {
         'txt':  'Gombosszeg', 
         'brl':  '$gombos5eg', 
-'BRLCursorPos': 1,
+        'BRLCursorPos': 1,
     }, {
         'txt':  'gondviselésszerű', 
         'brl':  'gondvisel1s5er}', 
@@ -937,14 +937,14 @@
     }, {
         'txt':  'Kisszentmárton', 
         'brl':  '$kis5entm"rton', 
-'BRLCursorPos': 1,
+        'BRLCursorPos': 1,
     }, {
         'txt':  'kisszerű', 
         'brl':  'kis5er}', 
     }, {
         'txt':  'Kissziget', 
         'brl':  '$kis5iget', 
-'BRLCursorPos': 1,
+        'BRLCursorPos': 1,
     }, {
         'txt':  'kisszobában', 
         'brl':  'kis5ob"ban', 
@@ -1270,7 +1270,7 @@
     }, {
         'txt':  'Meggyesi', 
         'brl':  '$me44esi', 
-       'BRLCursorPos': 1,
+        'BRLCursorPos': 1,
     }, {
         'txt':  'meggyet', 
         'brl':  'me44et', 

Other related posts: