aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-10-12 14:21:28 -0400
committerGitHub <noreply@github.com>2021-10-12 14:21:28 -0400
commit7f006287ae89b97ff0ca977f64744ea344ec94fd (patch)
tree5433857fca10e754807031651cc04fd5aa6432e7 /ci
parent5af7ae1dc45a4adafe72a91c1f849d599a6ff3eb (diff)
parent2e244c90b3277ae25c8c31d44e41be57ac85dc34 (diff)
downloadzig-7f006287ae89b97ff0ca977f64744ea344ec94fd.tar.gz
zig-7f006287ae89b97ff0ca977f64744ea344ec94fd.zip
Merge pull request #9878 from pfgithub/patch-4
Add line numbers to langref
Diffstat (limited to 'ci')
-rwxr-xr-xci/azure/linux_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/linux_script b/ci/azure/linux_script
index 065576bef4..857e87cab8 100755
--- a/ci/azure/linux_script
+++ b/ci/azure/linux_script
@@ -89,7 +89,7 @@ release/bin/zig build test-fmt -Denable-qemu -Denable-wasmtime
release/bin/zig build test-stage2 -Denable-qemu -Denable-wasmtime
# Look for HTML errors.
-tidy -qe ../zig-cache/langref.html
+tidy --drop-empty-elements no -qe ../zig-cache/langref.html
if [ "${BUILD_REASON}" != "PullRequest" ]; then
# Produce the experimental std lib documentation.