summaryrefslogtreecommitdiff
path: root/morphlib/source_tests.py
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-12-10 10:55:15 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-24 23:54:00 +0000
commita79f3db81681a6be16afb041f3ed7ca5ff0521d9 (patch)
treeec3b6d32dbe4f4ae6b7075c6a88def55a319081f /morphlib/source_tests.py
parent23b363c55c755f648ae38b61f09253860bfc61d3 (diff)
downloadmorph-a79f3db81681a6be16afb041f3ed7ca5ff0521d9.tar.gz
Unify styles used to define test morphs
Change-Id: I862b1af3d01b28ed35b1194567c1cec7b075a5b4
Diffstat (limited to 'morphlib/source_tests.py')
-rw-r--r--morphlib/source_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/source_tests.py b/morphlib/source_tests.py
index 6bf09806..3e3b0f59 100644
--- a/morphlib/source_tests.py
+++ b/morphlib/source_tests.py
@@ -21,8 +21,8 @@ import morphlib
class SourceTests(unittest.TestCase):
morphology_text = '''
- name: foo
- kind: chunk
+ name: foo
+ kind: chunk
'''
def setUp(self):