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

asciidoctor-doctest invoked from the javascript toolchain #144

Open
obilodeau opened this issue Sep 22, 2017 · 1 comment
Open

asciidoctor-doctest invoked from the javascript toolchain #144

obilodeau opened this issue Sep 22, 2017 · 1 comment

Comments

@obilodeau
Copy link
Member

doctest is really useful to track regressions anywhere in the asciidoc stack (us, upstream or dependencies). However, right now they are only invoked from the ruby code and thus problems introduced by other components (like Opal) can't be detected by it currently.

asciidoctor-doctest is working on allowing its test suite to be run from the command-line, allowing any interpreter. We would then integrate that into our Travis automated testing.

Ref: asciidoctor/asciidoctor-doctest#13

@ggrossetie
Copy link
Member

I've opened a pull request to make the processor configurable in asciidoctor-doctest but unfortunately it doesn't work yet.

Could you take a look ?

asciidoctor/asciidoctor-doctest#16

Once this is fixed we could implement a custom processor to use Asciidoctor.js CLI in asciidoctor-doctest 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants