We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb49ff1 commit 7add3abCopy full SHA for 7add3ab
test/framework/docs.py
@@ -366,7 +366,7 @@
366
[g](#g)
367
368
369
-### G
+## G
370
371
* GCC
372
* gzip"""
@@ -378,7 +378,7 @@
378
379
380
381
382
383
384
[GCC](#gcc) - [gzip](#gzip)
@@ -714,7 +714,7 @@ def test_avail_cfgfile_constants(self):
714
715
md_patterns = [
716
r"^# Constants available \(only\) in configuration files",
717
- r"^### Only in 'DEFAULT' section:",
+ r"^## Only in 'DEFAULT' section:",
718
r"^``HOME``\s*\|Current user's home directory, expanded '~'\s*\|``%s``$" % os.getenv('HOME'),
719
r"^``USER``\s*\|Current username, translated uid from password file\s*\|``%s``" % os.getenv('USER'),
720
]
0 commit comments