aboutsummaryrefslogtreecommitdiff
path: root/testdata/watcher_test.txt
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-04-18 18:24:48 +0700
committerShulhan <ms@kilabit.info>2025-04-18 18:24:48 +0700
commit5eb1667e6906cf30642e926b56fdbc9686d1233f (patch)
treebb101a2e6696246d0f605bcfc4920dddd9b1354d /testdata/watcher_test.txt
parent2dc36221ea0e76526958850b7436b8a914ef3ebc (diff)
downloadciigo-5eb1667e6906cf30642e926b56fdbc9686d1233f.tar.xz
testdata: disable generating HTML meta "generator"
The "generator" meta will changes when the asciidoctor-go release new version. This causes unnecessary chores on test data that needs to be updated on every new releases.
Diffstat (limited to 'testdata/watcher_test.txt')
-rw-r--r--testdata/watcher_test.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/testdata/watcher_test.txt b/testdata/watcher_test.txt
index 528d342..811a44f 100644
--- a/testdata/watcher_test.txt
+++ b/testdata/watcher_test.txt
@@ -1,5 +1,6 @@
>>> create.adoc
-# watch create
+= watch create
+:generator!:
<<< create.adoc.html
<!DOCTYPE html>
@@ -8,7 +9,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#375EAB">
- <meta name="generator" content="asciidoctor-go 0.7.0">
<title>watch create</title>
<link rel="stylesheet" href="">
</head>
@@ -36,8 +36,9 @@
>>> update.adoc
# watch updated
-:stylesheet: /path/to/style.css
+:generator!:
:keywords: ciigo,asciidoc
+:stylesheet: /path/to/style.css
Hello, body.
@@ -48,7 +49,6 @@ Hello, body.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#375EAB">
- <meta name="generator" content="asciidoctor-go 0.7.0">
<meta name="keywords" content="ciigo,asciidoc">
<title>watch updated</title>
<link rel="stylesheet" href="/path/to/style.css">