Added tests for escape sequences in string and string-array properties. Signed-off-by: Joel Spadin <joelspadin@gmail.com>
12 lines
224 B
YAML
12 lines
224 B
YAML
# Copyright (c) 2024 Zephyr Contributors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Test string array property container
|
|
|
|
compatible: "vnd,string-array"
|
|
|
|
properties:
|
|
val:
|
|
type: string-array
|
|
required: true
|