We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to package writefreely for Alpine Linux (busybox/musl libc) Build is OK but Tests fail at :
writefreely
=== RUN TestPostLede TestPostLede: posts_test.go:34: #2: Got 'Sup? Everyone says punctuation is punctuation.' from 'Sup? Everyone says punctuation is punctuation.'; expected 'Sup?' --- FAIL: TestPostLede (0.00s)
Packaging is using :
make build make test
Requirements are `go, go-bindata, sqlite, nodejs-less, nodejs-less-plugin-clean-css"
Version or last commit:
v0.12.0
The text was updated successfully, but these errors were encountered:
Thanks for the report, @Bridouz! A fix should be pretty straightforward -- in the PostLede func, we just need to look for the ? character.
PostLede
?
For anyone interested in fixing this, feel free to open a pull request!
Sorry, something went wrong.
Truncate lede at question mark
98d88b9
This fixes TestPostLede and closes #316.
thebaer
Successfully merging a pull request may close this issue.
Trying to package
writefreely
for Alpine Linux (busybox/musl libc)Build is OK but Tests fail at :
Packaging is using :
Requirements are `go, go-bindata, sqlite, nodejs-less, nodejs-less-plugin-clean-css"
Version or last commit:
v0.12.0
The text was updated successfully, but these errors were encountered: