aboutsummaryrefslogtreecommitdiff
path: root/tests/path-references.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/path-references.dts')
-rw-r--r--tests/path-references.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/path-references.dts b/tests/path-references.dts
index 1fb7d70..dd9ccfc 100644
--- a/tests/path-references.dts
+++ b/tests/path-references.dts
@@ -25,4 +25,13 @@
lref = &n3;
};
};
+ n5: bar {
+ baz {
+ };
+ };
+};
+
+n6: &{n5/baz} {
+ ref = &{n6/};
+ lref = &{n5/baz};
};