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

Uncritical ruler fixes #8

Merged
merged 4 commits into from
Jul 17, 2022
Merged

Uncritical ruler fixes #8

merged 4 commits into from
Jul 17, 2022

Commits on Jun 26, 2022

  1. Add test for ruler handling bugs

    Bugs reported in Gottox#22 and
    Gottox#23.
    karlb committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    55906ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8fab6c View commit details
    Browse the repository at this point in the history
  3. Fix off by one error in dolineprefix

    Fixes the following bug:
    ```
    $ echo -e "- - -\n\ntest\n- - -\n" | ./smu
    <hr />
    <p>test- - -</p>
    ```
    karlb committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    bfc1bec View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Skip part of ruler test until p handling is fixed

    I committed the partially wrong output to silence the test error. The
    correct output is in `tests/ruler.correct.html` and will be moved back
    when the paragraph handling works. This is done to fix the different
    problems step-by-step.
    karlb committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    a35457d View commit details
    Browse the repository at this point in the history