File: python3-diff-match-patch

package info (click to toggle)
python-diff-match-patch 20121119-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 360 kB
  • ctags: 177
  • sloc: python: 3,243; sh: 14; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e -u
cp python3/diff_match_patch/diff_match_patch_test.py "$ADTTMP"
cd "$ADTTMP/"
export PYTHONWARNINGS=d
for py in $(py3versions -i); do
  $py diff_match_patch_test.py --verbose 2>&1
done