X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/efb2c94fbc4861fc81307cd5d0ce22eb16e6de26..ce8a66e8b8e9a818d165d09f8df56178e0b40dc9:/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