]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix changelog entry for [GL #4759]
authorNicki Křížek <nicki@isc.org>
Tue, 24 Sep 2024 13:34:46 +0000 (15:34 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 24 Sep 2024 14:13:50 +0000 (16:13 +0200)
doc/changelog/changelog-9.20.2.rst

index e9a6815e10c830acd505d403ced8b65234d23163..437ca925830dbe2fc0570754eadc95ec0a4eabe3 100644 (file)
@@ -59,12 +59,20 @@ Feature Changes
 - Restore the ability to select individual unit tests. ``cfac05cc966``
 
   This adds the command line arguments: `-d` (debug), `-l` (list tests)
-  and `-t test` (run this test) to the unit tests.
+  and `-t test` (run this test) to the unit tests, e.g.:
 
-  e.g.  ```     % ./rdata_test -t zonemd     [==========] selected:
-  Running 1 test(s).     [ RUN      ] zonemd     [       OK ] zonemd
-  [==========] selected: 1 test(s) run.     [  PASSED  ] 1 test(s).
-  %  ``` :gl:`#4579` :gl:`!9385`
+  .. code::
+
+     % ./rdata_test -t zonemd
+     [==========] selected:
+     Running 1 test(s).
+     [ RUN      ] zonemd
+     [       OK ] zonemd
+     [==========] selected: 1 test(s) run.
+     [  PASSED  ] 1 test(s).
+     %
+
+  :gl:`#4579` :gl:`!9385`
 
 - Process also the ISC_R_CANCELED result code in rpz_rewrite()
   ``eb2e0991e1a``