From b92937ce18243c15a68a756cf27d1a64f1c9d5cd Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 17 Jan 2018 13:10:41 +0000 Subject: [PATCH] =?utf8?q?t40=5Fjava.py:=20spell=20=E2=80=9CJava=E2=80=9D?= =?utf8?q?=20correctly=20(not=20all=20upper-case)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tests/t40_java.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/t40_java.py b/tests/t40_java.py index 1b671ab..50824ea 100644 --- a/tests/t40_java.py +++ b/tests/t40_java.py @@ -21,11 +21,11 @@ au r\u00f4le payera son d\u00fb d\u00e8s avant No\u00ebl, qu'il soit na\u00eff o class Test: def test_1(self): - # Block of lines to JAVA. + # Block of lines to Java. common.request('l1/qp..java') common.validate(input, output) def test_2(self): - # Block of lines to JAVA and back. + # Block of lines to Java and back. common.request('l1/qp..java') common.validate_back(input) -- 2.40.0