Skip to content

Commit 7add3ab

Browse files
committed
and fix the related tests
1 parent cb49ff1 commit 7add3ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/framework/docs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
[g](#g)
367367
368368
369-
### G
369+
## G
370370
371371
* GCC
372372
* gzip"""
@@ -378,7 +378,7 @@
378378
[g](#g)
379379
380380
381-
### G
381+
## G
382382
383383
384384
[GCC](#gcc) - [gzip](#gzip)
@@ -714,7 +714,7 @@ def test_avail_cfgfile_constants(self):
714714

715715
md_patterns = [
716716
r"^# Constants available \(only\) in configuration files",
717-
r"^### Only in 'DEFAULT' section:",
717+
r"^## Only in 'DEFAULT' section:",
718718
r"^``HOME``\s*\|Current user's home directory, expanded '~'\s*\|``%s``$" % os.getenv('HOME'),
719719
r"^``USER``\s*\|Current username, translated uid from password file\s*\|``%s``" % os.getenv('USER'),
720720
]

0 commit comments

Comments
 (0)