summaryrefslogtreecommitdiff
path: root/t/t4018/dts-nodes-multiline-prop
diff options
context:
space:
mode:
authorLibravatar Jiang Xin <worldhello.net@gmail.com>2019-10-28 13:18:55 +0800
committerLibravatar Jiang Xin <worldhello.net@gmail.com>2019-10-28 13:18:55 +0800
commit468d356a811f527501bd408c97f5c12333b8bfe3 (patch)
treefd71542752e92600f28c63fa309f864c85989359 /t/t4018/dts-nodes-multiline-prop
parentl10n: it.po: update the Italian translation for Git 2.24.0 (diff)
parentGit 2.24-rc1 (diff)
downloadtgif-468d356a811f527501bd408c97f5c12333b8bfe3.tar.xz
Merge tag 'v2.24.0-rc1' of github.com:git/git into master
Git 2.24-rc1 * tag 'v2.24.0-rc1' of github.com:git/git: Git 2.24-rc1 repo-settings: read an int for index.version ci: fix GCC install in the Travis CI GCC OSX job Eleventh batch ci(osx): use new location of the `perforce` cask t7419: change test_must_fail to ! for grep t4014: make output-directory tests self-contained ci(visual-studio): actually run the tests in parallel ci(visual-studio): use strict compile flags, and optimization userdiff: fix some corner cases in dts regex test-progress: fix test failures on big-endian systems completion: clarify installation instruction for zsh grep: avoid leak of chartables in PCRE2 grep: make PCRE2 aware of custom allocator grep: make PCRE1 aware of custom allocator remote-curl: pass on atomic capability to remote side diff-highlight: fix a whitespace nit fsmonitor: don't fill bitmap with entries to be removed
Diffstat (limited to 't/t4018/dts-nodes-multiline-prop')
-rw-r--r--t/t4018/dts-nodes-multiline-prop13
1 files changed, 13 insertions, 0 deletions
diff --git a/t/t4018/dts-nodes-multiline-prop b/t/t4018/dts-nodes-multiline-prop
new file mode 100644
index 0000000000..072d58b69d
--- /dev/null
+++ b/t/t4018/dts-nodes-multiline-prop
@@ -0,0 +1,13 @@
+/ {
+ label_1: node1@ff00 {
+ RIGHT@deadf00,4000 {
+ multilineprop = <3>,
+ <4>,
+ <5>,
+ <6>,
+ <7>;
+
+ ChangeMe = <0xffeedd00>;
+ };
+ };
+};