Skip to content

Commit 2b4eb59

Browse files
committed
fix
1 parent 0f45e36 commit 2b4eb59

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
- name: compare public test outputs
241241
shell: bash
242242
run: |
243-
compare_output \
243+
html-compare \
244244
--driver firefox \
245245
--max-workers 1 \
246246
test/data/reference-output/odr-public/output \
@@ -251,7 +251,7 @@ jobs:
251251
- name: compare private test outputs
252252
shell: bash
253253
run: |
254-
compare_output \
254+
html-compare \
255255
--driver firefox \
256256
--max-workers 1 \
257257
test/data/reference-output/odr-private/output \

test/scripts/html-tidy-config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fix-backslash: yes
2727
fix-bad-comments: yes
2828
fix-style-tags: yes
2929
fix-uri: false
30-
force-output: yes
30+
force-output: no
3131
gdoc: no
3232
gnu-emacs: no
3333
hide-comments: no
@@ -68,7 +68,7 @@ output-xml: no
6868
preserve-entities: yes
6969
priority-attributes:
7070
punctuation-wrap: no
71-
quiet: no
71+
quiet: yes
7272
quote-ampersand: yes
7373
quote-marks: no
7474
quote-nbsp: yes

0 commit comments

Comments
 (0)