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