From 7d4e6b4c8328f5420710ce299c8310a79c59d0d0 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 3 Oct 2021 09:53:26 +0200 Subject: Add tests --- dfr/dump2msgp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dfr/dump2msgp.py') diff --git a/dfr/dump2msgp.py b/dfr/dump2msgp.py index 1d3e1a2..7e355c7 100644 --- a/dfr/dump2msgp.py +++ b/dfr/dump2msgp.py @@ -58,7 +58,7 @@ template_second = ['link', 'bd', 'pc', 'nom w pc', 'w', 'smcp', 'lien', 'ws', 'in', 'siècle2', 'fchim', 'nobr', 'wp', 'r', 'clé de tri', 'contexte', 'emploi', 'l', 'polytonique', 'pron-API', 'registre', 'scmp', 'siècle', 'x', - ] +] template_second_lambda_trd = { @@ -287,6 +287,7 @@ def wikiToMd(line, info, errorF): def extractAll(f, errorF, ignore): title = "" + isFr = False hasForbidden = False hasText = False -- cgit v1.2.3