]> Lady’s Gitweb - LesML/commit
Drop empty shebang documents
authorLady <redacted>
Sat, 26 Apr 2025 03:16:03 +0000 (23:16 -0400)
committerLady <redacted>
Tue, 31 Mar 2026 02:04:23 +0000 (22:04 -0400)
commita15f8a5b99364f536fd4620fdf7d0c61519df8808ebe0f460966c5344d7576f0
tree3a8d2fbcaede3e6623f3b83f5ad7763df70202788fbadefdd90f04eb3888937c
parent314e0bb971b677cb2953a14a69132f88dbf4d23f64d2aec676ddf414d6b6cb51
Drop empty shebang documents

Previously, a shebang forced a document to be output, even if it was
  empty.
However, this conflicts with the ability to add document comments at
  the beginning of a document where the shebang is serving as a magic
  number (for example, copyright comments):
This would create two documents, one for the shebang and a second one
  for the final comment.
Now, empty documents will be dropped regardless of whether they use the
  shebang or comment syntax.
parser.xslt
This page took 0.066212 seconds and 4 git commands to generate.