Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove space between labels #14

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Commits on Jul 16, 2024

  1. Remove space between labels

    According to spec labels are separated by a comma, without any whitespace.
    To show this behavior we changed the integration test to have one case
    with 2 labels. This makes the integrationtest fail.
    
    We are using the `withLabels` method twice because their is an incompatibility
    between php 7.3 and 7.4 vardict arguments are different ordered between those versions.
    By calling the method twice we can make sure the order is kept.
    jaapio committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ec93a2b View commit details
    Browse the repository at this point in the history