summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/spec-glossary/glossary
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/tests/spec-glossary/glossary')
-rw-r--r--rtemsspec/tests/spec-glossary/glossary/sub/g.yml11
-rw-r--r--rtemsspec/tests/spec-glossary/glossary/sub/x.yml12
-rw-r--r--rtemsspec/tests/spec-glossary/glossary/t.yml4
-rw-r--r--rtemsspec/tests/spec-glossary/glossary/u.yml4
-rw-r--r--rtemsspec/tests/spec-glossary/glossary/v.yml6
5 files changed, 30 insertions, 7 deletions
diff --git a/rtemsspec/tests/spec-glossary/glossary/sub/g.yml b/rtemsspec/tests/spec-glossary/glossary/sub/g.yml
new file mode 100644
index 00000000..16c9a8bd
--- /dev/null
+++ b/rtemsspec/tests/spec-glossary/glossary/sub/g.yml
@@ -0,0 +1,11 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+glossary-type: group
+links:
+- role: requirement-refinement
+ uid: ../../g
+name: Not so General
+text: Text.
+type: glossary
diff --git a/rtemsspec/tests/spec-glossary/glossary/sub/x.yml b/rtemsspec/tests/spec-glossary/glossary/sub/x.yml
new file mode 100644
index 00000000..68b3522b
--- /dev/null
+++ b/rtemsspec/tests/spec-glossary/glossary/sub/x.yml
@@ -0,0 +1,12 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+term: x
+glossary-type: term
+links:
+- role: glossary-member
+ uid: g
+text: |
+ Term text X.
+type: glossary
diff --git a/rtemsspec/tests/spec-glossary/glossary/t.yml b/rtemsspec/tests/spec-glossary/glossary/t.yml
index dd1a9c13..d91f4985 100644
--- a/rtemsspec/tests/spec-glossary/glossary/t.yml
+++ b/rtemsspec/tests/spec-glossary/glossary/t.yml
@@ -1,11 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
term: T
glossary-type: term
links:
-- role: null
+- role: glossary-member
uid: ../g
text: |
Term text $$${/glossary/u:/term} ${/glossary/t:/term}
diff --git a/rtemsspec/tests/spec-glossary/glossary/u.yml b/rtemsspec/tests/spec-glossary/glossary/u.yml
index b1470ae8..8b47af36 100644
--- a/rtemsspec/tests/spec-glossary/glossary/u.yml
+++ b/rtemsspec/tests/spec-glossary/glossary/u.yml
@@ -1,11 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
term: U
glossary-type: term
links:
-- role: null
+- role: glossary-member
uid: ../g
text: |
Term text U.
diff --git a/rtemsspec/tests/spec-glossary/glossary/v.yml b/rtemsspec/tests/spec-glossary/glossary/v.yml
index ba40946f..d39ee644 100644
--- a/rtemsspec/tests/spec-glossary/glossary/v.yml
+++ b/rtemsspec/tests/spec-glossary/glossary/v.yml
@@ -1,12 +1,12 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
term: V
glossary-type: term
links:
-- role: null
+- role: glossary-member
uid: ../g
text: |
- Term text V.
+ Term text V. See also ${sub/x:/term}.
type: glossary