1. 16 7月, 2009 1 次提交
    • J
      remove all trailing blank lines · 07613d20
      Jim Meyering 提交于
      by running this command:
      git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/'
      This is in preparation for a more strict make syntax-check
      rule that will detect trailing blank lines.
      07613d20
  2. 20 11月, 2007 1 次提交
    • D
      * tests/sexpr2xmltest.c tests/xml2sexprtest.c: warn before exiting · ef4006b3
      Daniel Veillard 提交于
        if the path environment variable is missing, add the tests for
        <shareable/> from/to w! ode for disk
      * tests/sexpr2xmldata/sexpr2xml-disk-block-shareable.sexpr
        tests/sexpr2xmldata/sexpr2xml-disk-block-shareable.xml
        tests/xml2sexprdata/xml2sexpr-disk-block-shareable.sexpr
        tests/xml2sexprdata/xml2sexpr-disk-block-shareable.xml:
        the new tests data
      Daniel
      ef4006b3