[rtems-central commit] spec: Remove formatting

Sebastian Huber sebh at rtems.org
Tue May 9 13:45:27 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    600ecb75f5123407d5a1445bcacbcd6eacb166bb
Changeset: http://git.rtems.org/rtems-central/commit/?id=600ecb75f5123407d5a1445bcacbcd6eacb166bb

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May  5 14:41:20 2023 +0200

spec: Remove formatting

The formatting breaks context-specific item attribute substitutions.

---

 spec/rtems/message/req/buffer.yml        | 4 ++--
 spec/rtems/option/req/default-equals.yml | 2 +-
 spec/rtems/option/val/options.yml        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/spec/rtems/message/req/buffer.yml b/spec/rtems/message/req/buffer.yml
index dda4c0bb..8fb40297 100644
--- a/spec/rtems/message/req/buffer.yml
+++ b/spec/rtems/message/req/buffer.yml
@@ -20,8 +20,8 @@ text: |
   ${../if/config:/name}),
   and ``storage_area`` is a variable or structure member,
   the expression
-  ``${../if/buffer:/name}(`` ``${../if/buffer:/params[0]/name} )``
-  ``storage_area[`` ``MAXIMUM_PENDING_MESSAGES ]``
+  ${../if/buffer:/name}( ${../if/buffer:/params[0]/name} )
+  storage_area[ MAXIMUM_PENDING_MESSAGES ]
   shall declare an object of such a size that a pointer to it
   is usable as value for member ${../if/config:/definition[3]/default/name}
   of type ${../if/config:/name}.
diff --git a/spec/rtems/option/req/default-equals.yml b/spec/rtems/option/req/default-equals.yml
index dafa27d0..dc526c79 100644
--- a/spec/rtems/option/req/default-equals.yml
+++ b/spec/rtems/option/req/default-equals.yml
@@ -11,5 +11,5 @@ references: []
 requirement-type: functional
 text: |
   The value of macro ${../if/default:/name} shall be equal
-  to the value of expression ``${../if/wait:/name}``.
+  to the value of ${../if/wait:/name}.
 type: requirement
diff --git a/spec/rtems/option/val/options.yml b/spec/rtems/option/val/options.yml
index f17a6296..d24c2bb0 100644
--- a/spec/rtems/option/val/options.yml
+++ b/spec/rtems/option/val/options.yml
@@ -91,7 +91,7 @@ test-actions:
     /* No action */
   checks:
   - brief: |
-      Check ${..//if/default:/name} equals ``${../if/wait:/name}``.
+      Check ${..//if/default:/name} equals ${../if/wait:/name}.
     code: |
       T_step_eq_int( ${.:/step}, ${../if/default:/name}, ${../if/wait:/name} );
     links:



More information about the vc mailing list