diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-06-23 22:55:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-06-24 15:58:39 +0300 |
commit | 2d15efda5db161accd5f572fd4816885bce7c68c (patch) | |
tree | 3832d4e33aeb7d91418d07bfe0a824723ff18a37 /tests/manifest-roundtrip/testscript | |
parent | 0ae2c768fc8b2e43d271284544af35a27dc2cd17 (diff) |
Split and merge manifest value/comment pair differently depending on whether it is multiline or not
Diffstat (limited to 'tests/manifest-roundtrip/testscript')
-rw-r--r-- | tests/manifest-roundtrip/testscript | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/manifest-roundtrip/testscript b/tests/manifest-roundtrip/testscript index e0a15cc..a228b0f 100644 --- a/tests/manifest-roundtrip/testscript +++ b/tests/manifest-roundtrip/testscript @@ -76,3 +76,43 @@ $* -m <<EOF >>EOF c:\windows\\ \ EOF + +: split-merge-comment +: +$* -s <<EOF >>EOF + : 1 + info:\ + value + text + \ + info:\ + value + text + ; + comment + \ + info:\ + ; + comment + text + \ + info:\ + value + \; + \\ + ; + comment + \ + info:\ + value + \\; + ; + comment + \ + info:\ + value + \\\\; + ; + comment + \ + EOF |