diff options
Diffstat (limited to 'tools/dtoc/test/dtoc_test_simple.dts')
-rw-r--r-- | tools/dtoc/test/dtoc_test_simple.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dtoc/test/dtoc_test_simple.dts b/tools/dtoc/test/dtoc_test_simple.dts index 2d321fb0345..aef07efeaeb 100644 --- a/tools/dtoc/test/dtoc_test_simple.dts +++ b/tools/dtoc/test/dtoc_test_simple.dts @@ -63,5 +63,7 @@ orig-node { orig = <1 23 4>; args = "-n first", "second", "-p", "123,456", "-x"; + args2 = "a space", "there"; + args3 = "-n first second -p 123,456 -x"; }; }; |