about summary refs log tree commit diff
path: root/third_party/git/t/t4018/dts-root-comment
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/dts-root-comment')
-rw-r--r--third_party/git/t/t4018/dts-root-comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/git/t/t4018/dts-root-comment b/third_party/git/t/t4018/dts-root-comment
new file mode 100644
index 0000000000..333a625c70
--- /dev/null
+++ b/third_party/git/t/t4018/dts-root-comment
@@ -0,0 +1,8 @@
+/ { RIGHT /* Technically just supposed to be a slash and brace */
+	#size-cells = <1>;
+
+	/* This comment should be ignored */
+
+	some-property = <40+2>;
+	ChangeMe = <0xffeedd00>;
+};