summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/spec-verify/spec2/str-contains.yml
blob: fbd7b85622d28fd9f733fae58d57091d95058e99 (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 (http://www.embedded-brains.de)
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