- 25 Nov, 2020 1 commit
-
-
Dmitry Yu. Naumov authored
Also fixes the executable bit; now 644. Replace tabs followed by xmlstarlet format: ```sh #!/usr/bin/sh tmpfile=$(mktemp /tmp/xmlformat.XXXXXX) sed 's/\t/ /g' ${1} > ${tmpfile} && mv ${tmpfile} ${1} xmlstarlet fo -s 4 ${1} > ${tmpfile} && mv ${tmpfile} ${1} rm -rf ${tmpfile} # if something goes wrong ```
-
- 02 Nov, 2020 1 commit
-
-
Tom Fischer authored
-
- 07 May, 2020 1 commit
-
-
Tom Fischer authored
-
- 03 Nov, 2019 1 commit
-
-
Dmitry Yu. Naumov authored
-
- 14 Jun, 2019 1 commit
-
-
Selection of tests published in the benchmark-books
-