redhataccess / pantheon-cmd

Pantheon CMD is an open source and freely distributed program for validating and building local previews of modular documentation.
GNU General Public License v3.0
2 stars 5 forks source link

Potential glitch in the test case for checking empty line after the additional resources header #48

Closed soulcharmer closed 3 years ago

soulcharmer commented 3 years ago

I started to review and fix pcmd validate results in the RHEL 8 repo and saw a few things worth checking:

FAIL: an empty line after the additional resources header was found in the following files: rhel-8/modules/filesystems-and-storage/proc_mounting-a-stratis-file-system.adoc

"
[role="_additional-resources"]
.Additional resources
ifndef::pantheonenv[]
* xref:creating-a-stratis-file-system_setting-up-stratis-file-systems[Creating a Stratis file system].
endif::[]
ifdef::pantheonenv[]
* xref:modules/filesystems-and-storage/proc_creating-a-stratis-file-system.adoc[Creating a Stratis file system].
endif::[]

//* The `mount(8)` man page
"

Could it be a mismatch? The empty line is no longer there.