Skip to content

Commit f8d16b7

Browse files
committed
Self-Test: Drop accidental leftovers
Drops some commented out lines from the self-test makefile that I accidentally left in when working on `beta[]`.
1 parent 772d3c7 commit f8d16b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

integtest/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ missing_include_fails_asciidoctor: missing_include.asciidoc
102102

103103
/tmp/readme_asciidoctor: /docs_build/README.asciidoc
104104
$(BD) --asciidoctor --doc /docs_build/README.asciidoc
105-
# These are different when rendered by asciidoctor but they are
106-
# correct for asciidoctor. So we're ok with it. It isn't perfect, but
107-
# perfect is quite hard for this.
108-
# sed -i -E 's/beta::?\[/beta\[/' /tmp/readme_asciidoctor/experimental.html
109-
# sed -i -E 's/experimental::?\[/experimental\[/' /tmp/readme_asciidoctor/experimental.html
110105

111106
# These don't declare dependencies because we don't know in general which files
112107
# are needed to build which asciidoc files.

0 commit comments

Comments
 (0)