diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-10-12 14:21:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-12 14:21:28 -0400 |
| commit | 7f006287ae89b97ff0ca977f64744ea344ec94fd (patch) | |
| tree | 5433857fca10e754807031651cc04fd5aa6432e7 /ci/azure/linux_script | |
| parent | 5af7ae1dc45a4adafe72a91c1f849d599a6ff3eb (diff) | |
| parent | 2e244c90b3277ae25c8c31d44e41be57ac85dc34 (diff) | |
| download | zig-7f006287ae89b97ff0ca977f64744ea344ec94fd.tar.gz zig-7f006287ae89b97ff0ca977f64744ea344ec94fd.zip | |
Merge pull request #9878 from pfgithub/patch-4
Add line numbers to langref
Diffstat (limited to 'ci/azure/linux_script')
| -rwxr-xr-x | ci/azure/linux_script | 2 |
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. |
