X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4bdd57be745679ee8fc97a3029fa837b14a80b50..6db4565184f61a8fa55e32296fdad530ebf00d6b:/test/format/test-fmtdump diff --git a/test/format/test-fmtdump b/test/format/test-fmtdump index 167945f4..82791f48 100755 --- a/test/format/test-fmtdump +++ b/test/format/test-fmtdump @@ -110,16 +110,16 @@ L7: MYMBOX, c_name "from", c_type LIT "To:" PARSEADDR, c_name "to", c_type LS_FRIENDLY, c_name "to", c_type - FT_LS_DECODE + LS_DECODE STRF, width 14, fill ' ' L8: IF_V_EQ 0 continue else goto L9 PARSEADDR, c_name "from", c_type LS_FRIENDLY, c_name "from", c_type - FT_LS_DECODE + LS_DECODE STRF, width 17, fill ' ' L9: LIT " " LS_COMP, comp "subject" - FT_LS_DECODE + LS_DECODE STR LS_COMP, comp "body" IF_S continue else goto L10 @@ -171,18 +171,18 @@ L7: MYMBOX, c_name "from", c_type LIT "To:" PARSEADDR, c_name "to", c_type LS_FRIENDLY, c_name "to", c_type - FT_LS_DECODE + LS_DECODE LS_UNQUOTE STRF, width 14, fill ' ' L8: IF_V_EQ 0 continue else goto L9 PARSEADDR, c_name "from", c_type LS_FRIENDLY, c_name "from", c_type - FT_LS_DECODE + LS_DECODE LS_UNQUOTE STRF, width 17, fill ' ' L9: LIT " " LS_COMP, comp "subject" - FT_LS_DECODE + LS_DECODE STR LS_COMP, comp "body" IF_S continue else goto L10