commit b4a79d6c3f73db2d5ef562b87d8d451c523db181
parent 9766b48d4a2f3e1350b3d9223148f95c437fc78f
Author: lumidify <nobody@lumidify.org>
Date: Tue, 7 Apr 2020 13:27:49 +0200
Change display name for retrywithout to string
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/test5/config b/tests/test5/config
@@ -17,5 +17,5 @@ group beginword endword
replace words
endgroup
-retrywithout diacritics "̈"
-retrywithout space " "
+retrywithout "diacritics" "̈"
+retrywithout "space" " "
diff --git a/transliterate.pl b/transliterate.pl
@@ -701,7 +701,7 @@ sub interpret_config {
"choicesep" => [$STRING],
"group" => [],
"endgroup" => [],
- "retrywithout" => [$ID, $STRING],
+ "retrywithout" => [$STRING, $STRING],
"targetdiacritics" => [$STRING]
);
my $in_group = 0;