aboutsummaryrefslogtreecommitdiff
path: root/tests/char_literal.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/char_literal.dts')
-rw-r--r--tests/char_literal.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/char_literal.dts b/tests/char_literal.dts
new file mode 100644
index 000000000000..22e17edaf7b1
--- /dev/null
+++ b/tests/char_literal.dts
@@ -0,0 +1,5 @@
+/dts-v1/;
+
+/ {
+ char-literal-cells = <'\r' 'b' '\0' '\'' '\xff'>;
+};