File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/test/java/com/baeldung/asciidoctor Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 61
61
</build >
62
62
63
63
<properties >
64
- <asciidoctor-maven-plugin .version>1.5.5</asciidoctor-maven-plugin .version>
65
- <asciidoctorj .version>1.5.4</asciidoctorj .version>
66
- <asciidoctorj-pdf .src.version>1.5.0-alpha.11</asciidoctorj-pdf .src.version>
64
+ <asciidoctor-maven-plugin .version>1.5.6</asciidoctor-maven-plugin .version>
65
+ <asciidoctorj .version>1.5.6</asciidoctorj .version>
66
+
67
+ <asciidoctorj-pdf .version>1.5.0-alpha.15</asciidoctorj-pdf .version>
67
68
<asciidoctorj-pdf .plugin.version>1.5.0-alpha.15</asciidoctorj-pdf .plugin.version>
68
69
</properties >
69
70
Original file line number Diff line number Diff line change 3
3
import org .junit .Assert ;
4
4
import org .junit .Test ;
5
5
6
- public class AsciidoctorDemoTest {
6
+ public class AsciidoctorDemoIntegrationTest {
7
7
8
8
@ Test
9
9
public void givenString_whenConverting_thenResultingHTMLCode () {
You can’t perform that action at this time.
0 commit comments