summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/spec-verify/spec2/str-contains.yml
blob: b99c06d2380820b7314273b71de54f16da1bc8a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: /spec/root
spec-example: null
spec-info:
  str:
    assert:
      and:
      - contains:
        - abc
        - def
      - not:
          contains:
          - ghi
spec-type: str-contains
type: spec