You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/05/24 20:15:00 UTC

[jira] [Created] (SUREFIRE-2168) Use proper en dash approximation for report console output

Michael Osipov created SUREFIRE-2168:
----------------------------------------

             Summary: Use proper en dash approximation for report console output
                 Key: SUREFIRE-2168
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-2168
             Project: Maven Surefire
          Issue Type: Improvement
    Affects Versions: 3.1.0
            Reporter: Michael Osipov
            Assignee: Michael Osipov
             Fix For: 3.1.1


Both {{TestSetStats}} and {{WrappedReportEntry}} use either a hypen-minus or two spaces two add a pause between two partial sentences/clauses. The proper typographical character for the English language is en dash ({{U+2013}}. Though, we could directly print the Unicode character we cannot assume that all terminals can/will display it property, therefore we will print the approximation with two consecutive hyphen-minuses: https://en.wikipedia.org/wiki/Dash#Approximating_the_em_dash_with_two_or_three_hyphens



--
This message was sent by Atlassian Jira
(v8.20.10#820010)