Sign in
qemu
/
dtc
/
0b842c3c819971cdbe0915469759c40f6eb3db7e
/
.
/
tests
/
escapes.dts
blob: e05ab46bcc91f24ac4e3ee776cc15c9125510598 [
file
] [
log
] [
blame
]
/dts-v1/
;
/
{
compatible
=
"test_string_escapes"
;
escape
-
str
=
"nastystring: \a\b\t\n\v\f\r\\\""
;
escape
-
str
-
2
=
"\xde\xad\xbe\xef"
;
};