summaryrefslogtreecommitdiff
path: root/tests/escapes.dts
blob: e05ab46bcc91f24ac4e3ee776cc15c9125510598 (plain)
1
2
3
4
5
6
7
/dts-v1/;

/ {
	compatible = "test_string_escapes";
	escape-str = "nastystring: \a\b\t\n\v\f\r\\\"";
	escape-str-2 = "\xde\xad\xbe\xef";
};