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

Bad horizontal break substitution in Master branch #22

Open
N-R-K opened this issue Jun 20, 2022 · 1 comment
Open

Bad horizontal break substitution in Master branch #22

N-R-K opened this issue Jun 20, 2022 · 1 comment

Comments

@N-R-K
Copy link
Contributor

N-R-K commented Jun 20, 2022

Master:

$ printf "- - -\ntest\n- - -\n" | ./smu
<hr />

test
<hr />
-                                                                                                                         

v1.5:

$ printf "- - -\ntest\n- - -\n" | ./smu
<hr />
test
<hr />

The regression is caused by 7228740.

N-R-K added a commit to N-R-K/smu that referenced this issue Jun 20, 2022
karlb added a commit to karlb/smu that referenced this issue Jun 26, 2022
karlb added a commit to karlb/smu that referenced this issue Jun 26, 2022
@karlb
Copy link
Contributor

karlb commented Jun 26, 2022

See karlb#6 for improvement suggestions.

karlb added a commit to karlb/smu that referenced this issue Jul 17, 2022
karlb added a commit to karlb/smu that referenced this issue Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants