Home
last modified time | relevance | path

Searched refs:verify_to_strings (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py1786 def verify_to_strings(prop, expected): function
1794 verify_to_strings("empty_string", [""])
1795 verify_to_strings("string", ["foo\tbar baz"])
1796 verify_to_strings("strings", ["foo", "bar", "baz"])