diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-09 23:50:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-09 23:56:48 +0700 |
| commit | 9242df367ec97093dbfce62830db020ec53def11 (patch) | |
| tree | d68b08fac6dd77130c1d759e8e548dfc9e2d0f3c /testdata/html/preamble.exp.html | |
| parent | f016620361024bb3f5c9709bfdf1e48691439ad4 (diff) | |
| download | asciidoctor-go-9242df367ec97093dbfce62830db020ec53def11.tar.xz | |
all: rewrite tests for ToHTML using [test.Data]
Diffstat (limited to 'testdata/html/preamble.exp.html')
| -rw-r--r-- | testdata/html/preamble.exp.html | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/testdata/html/preamble.exp.html b/testdata/html/preamble.exp.html deleted file mode 100644 index b4b5b23..0000000 --- a/testdata/html/preamble.exp.html +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> -<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 2.0.18"> -<meta name="author" content="John Doe"> -<title>Title</title> -</head> -<body class="article"> -<div id="header"> -<h1>Title</h1> -<div class="details"> -<span id="author" class="author">John Doe</span><br> -<span id="email" class="email"><a href="mailto:john@doe.tld">john@doe.tld</a></span><br> -<span id="revnumber">version 1.0,</span> -<span id="revdate">15 Dec 2022</span> -</div> -</div> -<div id="content"> -<div id="preamble"> -<div class="sectionbody"> -<div class="paragraph"> -<p>This is preamble.</p> -</div> -</div> -</div> -<div class="sect1"> -<h2 id="section_2">Section 2</h2> -<div class="sectionbody"> -<div class="paragraph"> -<p>Section 2 content.</p> -</div> -</div> -</div> -</div> -<div id="footer"> -<div id="footer-text"> -Version 1.0<br> -</div> -</div> -</body> -</html>
\ No newline at end of file |
