diff options
| author | Shulhan <ms@kilabit.info> | 2025-02-13 19:58:04 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-13 20:32:18 +0700 |
| commit | 8daebbd6b41177ee1e0de79257f162aa4b486766 (patch) | |
| tree | 6a47669f97ba5c70706cf0a9a3e14877f7b72c94 /testdata/test.exp.html | |
| parent | 48843938adc4f6c687b61808ba8122b94299c642 (diff) | |
| download | asciidoctor-go-8daebbd6b41177ee1e0de79257f162aa4b486766.tar.xz | |
testdata: redact the "Last updated" time in test-parser HTML files
Every time we execute "make test-parser", the generated HTML files will
changes the "Last updated xxx" (where xxx is the time its executed).
This changes prevent this unnecessary diff in the future.
Diffstat (limited to 'testdata/test.exp.html')
| -rw-r--r-- | testdata/test.exp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/test.exp.html b/testdata/test.exp.html index 309d46f..f18a625 100644 --- a/testdata/test.exp.html +++ b/testdata/test.exp.html @@ -3498,7 +3498,7 @@ this sidebar.</p> <div id="footer"> <div id="footer-text"> 1.1.1<br> -Last updated 2025-01-02 20:10:48 +0700 +Last updated [REDACTED] </div> </div> </body> |
