Skip to content
Commits on Source (3)
diffoscope (95) UNRELEASED; urgency=medium
diffoscope (96) UNRELEASED; urgency=medium
* WIP.
-- Mattia Rizzolo <mattia@debian.org> Sun, 20 May 2018 17:55:35 +0200
diffoscope (95) unstable; urgency=medium
[ Mattia Rizzolo ]
* tests:
......@@ -16,7 +22,7 @@ diffoscope (95) UNRELEASED; urgency=medium
* The Git repository has been migrated to salsa, update all the references.
* Drop extra whitespace in supported file format output.
-- Mattia Rizzolo <mattia@debian.org> Sun, 20 May 2018 15:09:57 +0200
-- Mattia Rizzolo <mattia@debian.org> Sun, 20 May 2018 17:46:57 +0200
diffoscope (94) unstable; urgency=medium
......
......@@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with diffoscope. If not, see <https://www.gnu.org/licenses/>.
VERSION = "94"
VERSION = "95"
......@@ -29,7 +29,7 @@ from ..utils.nonexisting import assert_non_existing
pdf1 = load_fixture('test1.pdf')
pdf2 = load_fixture('test2.pdf')
pdf1a = load_fixture('test_weird_non_unicode_chars1.pdf')
pdf2a = load_fixture('test_weird_non_unicode_chars1.pdf')
pdf2a = load_fixture('test_weird_non_unicode_chars2.pdf')
def test_identification(pdf1):
......