asciidoctor / asciidoctor-extensions-lab

A lab for testing and demonstrating Asciidoctor extensions. Please do not use this code in production. If you want to use one of these extensions in your application, create a new project, import the code, and distribute it as a RubyGem. You can then request to make it a top-level project under the Asciidoctor organization.
Other
104 stars 101 forks source link

Ensure Portability to Java Version #53

Open sirinath opened 9 years ago

sirinath commented 9 years ago

Can you put testing in place so these are readily potable and usable from AJ version also.

mojavelinux commented 8 years ago

We need testing in general. At the moment, nothing in this repository is tested at all.

Having said that, given this is a lab, the focus isn't really on portability. I think once an extension has proven to be useful, it should be graduated into its own repository where we can give it all the engineering rigor necessary to ensure portability.