diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-04 21:45:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-04 21:45:27 +0700 |
| commit | 9a2bcad4d62c7fd93a3411e0a60cfa07c2b04051 (patch) | |
| tree | c0312b9823931100ee3cf2b3e1efbd165fc8c70a /testdata/document_tohtml_test.txt | |
| parent | dc67158aeeb6035f0755a3156449a342edbf24b0 (diff) | |
| download | asciidoctor-go-9a2bcad4d62c7fd93a3411e0a60cfa07c2b04051.tar.xz | |
Release asciidoctor-go v0.5.2 (2023-04-04)v0.5.2
This release only contains chores.
* all: replace module "share" with "pakakeh.go"
The "share" module has been moved to new repository with new name at
"https://sr.ht/~shulhan/pakakeh.go".
For more information see the change logs at "pakakeh.go" module.
* all: comply with linter recommendations
Most of the code changes related to refactoring if-else witch switch
statement.
* all: replace if-else bytes.Equals with static string case comparisons
Using string instead of [bytes.Equal] give code much more readable.
Diffstat (limited to 'testdata/document_tohtml_test.txt')
| -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 e7734da..c72dd25 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.5.1"> +<meta name="generator" content="asciidoctor-go 0.5.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.5.1"> +<meta name="generator" content="asciidoctor-go 0.5.2"> <meta name="author" content="John Doe"> <title>Title</title> </head> |
