plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit 7acae1055a6b1f7114107211ba4752191612b6b4
parent 0f749c773defdbee048b43e98cc55ed2f0495be3
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 15 Aug 2019 17:14:56 +0200

make test results really deterministic

Diffstat:
plint/error.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plint/error.py b/plint/error.py @@ -131,7 +131,7 @@ class ErrorBadRhymeSound(ErrorBadRhymeObject): def fmt(self, l): return '/'.join("\"" + common.to_xsampa(x) + "\"" for x in - l.sufficient_phon()) + sorted(list(l.sufficient_phon()))) class ErrorBadRhymeEye(ErrorBadRhymeObject): @property