summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/spec-interface/macro2.yml
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/tests/spec-interface/macro2.yml')
-rw-r--r--rtemsspec/tests/spec-interface/macro2.yml16
1 files changed, 13 insertions, 3 deletions
diff --git a/rtemsspec/tests/spec-interface/macro2.yml b/rtemsspec/tests/spec-interface/macro2.yml
index 00fbd89e..fdae338f 100644
--- a/rtemsspec/tests/spec-interface/macro2.yml
+++ b/rtemsspec/tests/spec-interface/macro2.yml
@@ -3,10 +3,20 @@ brief: Short macro brief description.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- ( ( ${.:/params[0]/name} ) + 1 )
+ default:
+ attributes: null
+ body: |
+ ( ( ${.:/params[0]/name} ) + 1 )
+ params:
+ - ${.:/params[0]/name}
+ return: null
variants:
- - definition: ''
+ - definition:
+ attributes: null
+ body: ''
+ params:
+ - ${.:/params[0]/name}
+ return: null
enabled-by: '0'
description: null
enabled-by: true