Skip to content

Instantly share code, notes, and snippets.

View Vad1mo's full-sized avatar
💭
🎱 ⚙️

Vadim Bauer Vad1mo

💭
🎱 ⚙️
View GitHub Profile
@Vad1mo
Vad1mo / AsciidocBackendTest
Last active December 29, 2015 23:59
test fails when asciidoc-bootstrap-backend is set.
import static org.asciidoctor.OptionsBuilder.options;
import static org.junit.Assert.*;
import org.asciidoctor.Asciidoctor;
import org.asciidoctor.Options;
import org.asciidoctor.Asciidoctor.Factory;
import org.asciidoctor.OptionsBuilder;
import org.jruby.exceptions.RaiseException;
import org.junit.Test;