about summary refs log tree commit diff
path: root/third_party/git/t/t4018/dts-nodes-boolean-prop
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/dts-nodes-boolean-prop')
-rw-r--r--third_party/git/t/t4018/dts-nodes-boolean-prop9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/git/t/t4018/dts-nodes-boolean-prop b/third_party/git/t/t4018/dts-nodes-boolean-prop
new file mode 100644
index 0000000000..afc6b5b404
--- /dev/null
+++ b/third_party/git/t/t4018/dts-nodes-boolean-prop
@@ -0,0 +1,9 @@
+/ {
+	label_1: node1@ff00 {
+		RIGHT@deadf00,4000 {
+			boolean-prop1;
+
+			ChangeMe;
+		};
+	};
+};