aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.got.html
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-24 21:33:49 +0700
committerShulhan <ms@kilabit.info>2022-07-24 21:33:49 +0700
commit36e28fcc4292788569b75f7da6cbfdc95a956408 (patch)
tree02dbb4234c7cd26add80e9972cc5fcdd452e8c66 /testdata/test.got.html
parent7e5793e5744dc9d88933eddcb4d1b439b74ddf1e (diff)
downloadasciidoctor-go-36e28fcc4292788569b75f7da6cbfdc95a956408.tar.xz
all: sort the generated HTML meta by names
The order of meta names are "author", "description", "generator", and then "keywords".
Diffstat (limited to 'testdata/test.got.html')
-rw-r--r--testdata/test.got.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/test.got.html b/testdata/test.got.html
index 239d8a1..bbd2d62 100644
--- a/testdata/test.got.html
+++ b/testdata/test.got.html
@@ -4,10 +4,10 @@
<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.3.0-alpha">
+<meta name="author" content="Author A, Author mid dle B">
<meta name="description" content="meta description">
+<meta name="generator" content="asciidoctor-go 0.3.0-alpha">
<meta name="keywords" content="key, words">
-<meta name="author" content="Author A, Author mid dle B">
<title>Example Document title</title>
<style>
@@ -2956,7 +2956,7 @@ this sidebar.</p>
<div id="footer">
<div id="footer-text">
1.1.1<br>
-Last updated 2022-07-24 20:18:18 +0700
+Last updated 2022-07-24 21:29:04 +0700
</div>
</div>
</body>