Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/pybin/tools.py

    r3b4571b rc07d724  
    8585                                "--unchanged-group-format='%%=' \\"
    8686                                "--changed-group-format='\t\texpected :\n"
    87                                 "%%<"
     87                                "%%<\n"
    8888                                "\t\tgot :\n"
    89                                 "%%>\n' \\\n"
     89                                "%%>' \\\n"
    9090                                "--new-line-format='\t\t%%dn\t%%L' \\\n"
    9191                                "--old-line-format='\t\t%%dn\t%%L' \\\n"
     
    9494
    9595        # fetch return code and error from the diff command
    96         return sh(diff_cmd % (lhs, rhs), dry_run, False)
     96        return sh(diff_cmd % (lhs, rhs), dry_run, False)       
Note: See TracChangeset for help on using the changeset viewer.