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