diff options
| author | Shulhan <ms@kilabit.info> | 2025-02-13 19:13:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-13 19:13:01 +0700 |
| commit | e17eb2f1a50dfde85a40ce2de48abf123c04b3ad (patch) | |
| tree | 99e99b82f461aef706d3e499dee4aaf5d2f67617 | |
| parent | 3597269b177017c3d35896d9ff12f15af616a72c (diff) | |
| download | asciidoctor-go-e17eb2f1a50dfde85a40ce2de48abf123c04b3ad.tar.xz | |
testdata: fix version number in test data
| -rw-r--r-- | testdata/document_tohtml_test.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/document_tohtml_test.txt b/testdata/document_tohtml_test.txt index fded3e4..01f9a51 100644 --- a/testdata/document_tohtml_test.txt +++ b/testdata/document_tohtml_test.txt @@ -21,7 +21,7 @@ Document body. <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<meta name="generator" content="asciidoctor-go 0.6.1"> +<meta name="generator" content="asciidoctor-go 0.6.2"> <meta name="description" content="Multiline description with backslash"> <meta name="keywords" content="multiline, key, words"> <meta name="author" content="John Doe"> @@ -70,7 +70,7 @@ Section 2 content. <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<meta name="generator" content="asciidoctor-go 0.6.1"> +<meta name="generator" content="asciidoctor-go 0.6.2"> <meta name="author" content="John Doe"> <title>Title</title> </head> |
