about summary refs log tree commit diff
path: root/third_party/git/t/t4034/html
diff options
context:
space:
mode:
authorVincent Ambo <Vincent Ambo>2020-01-11T23·36+0000
committerVincent Ambo <Vincent Ambo>2020-01-11T23·40+0000
commit7ef0d62730840ded097b524104cc0a0904591a63 (patch)
treea670f96103667aeca4789a95d94ca0dff550c4ce /third_party/git/t/t4034/html
parent6a2a3007077818e24a3d56fc492ada9206a10cf0 (diff)
parent1b593e1ea4d2af0f6444d9a7788d5d99abd6fde5 (diff)
merge(third_party/git): Merge squashed git subtree at v2.23.0 r/373
Merge commit '1b593e1ea4d2af0f6444d9a7788d5d99abd6fde5' as 'third_party/git'
Diffstat (limited to '')
-rw-r--r--third_party/git/t/t4034/html/expect8
-rw-r--r--third_party/git/t/t4034/html/post3
-rw-r--r--third_party/git/t/t4034/html/pre3
3 files changed, 14 insertions, 0 deletions
diff --git a/third_party/git/t/t4034/html/expect b/third_party/git/t/t4034/html/expect
new file mode 100644
index 000000000000..447b49ab6d7b
--- /dev/null
+++ b/third_party/git/t/t4034/html/expect
@@ -0,0 +1,8 @@
+<BOLD>diff --git a/pre b/post<RESET>
+<BOLD>index 8ca4aea..46921e5 100644<RESET>
+<BOLD>--- a/pre<RESET>
+<BOLD>+++ b/post<RESET>
+<CYAN>@@ -1,3 +1,3 @@<RESET>
+<tag <GREEN>newattr="newvalue"<RESET>><GREEN>added<RESET> content</tag>
+<tag attr=<RED>"value"<RESET><GREEN>"newvalue"<RESET>><RED>content<RESET><GREEN>changed<RESET></tag>
+<<RED>tag<RESET><GREEN>newtag<RESET>>content <RED>&entity;<RESET><GREEN>&newentity;<RESET><<RED>/tag<RESET><GREEN>/newtag<RESET>>
diff --git a/third_party/git/t/t4034/html/post b/third_party/git/t/t4034/html/post
new file mode 100644
index 000000000000..46921e586c6f
--- /dev/null
+++ b/third_party/git/t/t4034/html/post
@@ -0,0 +1,3 @@
+<tag newattr="newvalue">added content</tag>
+<tag attr="newvalue">changed</tag>
+<newtag>content &newentity;</newtag>
diff --git a/third_party/git/t/t4034/html/pre b/third_party/git/t/t4034/html/pre
new file mode 100644
index 000000000000..8ca4aeae83fc
--- /dev/null
+++ b/third_party/git/t/t4034/html/pre
@@ -0,0 +1,3 @@
+<tag>content</tag>
+<tag attr="value">content</tag>
+<tag>content &entity;</tag>