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

test: make test for #88 effective #226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 15, 2022

  1. test: make test for mitsuhiko#88 effective

    The test added in 816df88 doesn't seem to test what it was
    supposed to test - it still passses after replacing `l.is_empty() { 0
    } else { indentation }` by just `indentation`. With the change in this
    patch, the test fails with that modification.
    martinvonz committed May 15, 2022
    Configuration menu
    Copy the full SHA
    9426bc5 View commit details
    Browse the repository at this point in the history