forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: scripts: dts: Add tests for string escapes
Added tests for escape sequences in string and string-array properties. Signed-off-by: Joel Spadin <[email protected]>
- Loading branch information
1 parent
6edefd8
commit c82799b
Showing
4 changed files
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters