From: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com>
To: git@vger.kernel.org
Cc: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Subject: [GSoC PATCH 2/2] t4018: add tests for gitconfig in userdiff
Date: Wed, 19 Mar 2025 14:20:16 -0300 [thread overview]
Message-ID: <20250319172016.2115-3-lucasseikioshiro@gmail.com> (raw)
In-Reply-To: <20250319172016.2115-1-lucasseikioshiro@gmail.com>
Add userdiff tests for gitconfig files. These files define sections and
subsections, with and without indentation.
Signed-off-by: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com>
---
t/t4018/gitconfig-section | 5 +++++
t/t4018/gitconfig-section-noindent | 5 +++++
t/t4018/gitconfig-subsection | 7 +++++++
t/t4018/gitconfig-subsection-noindent | 7 +++++++
4 files changed, 24 insertions(+)
create mode 100644 t/t4018/gitconfig-section
create mode 100644 t/t4018/gitconfig-section-noindent
create mode 100644 t/t4018/gitconfig-subsection
create mode 100644 t/t4018/gitconfig-subsection-noindent
diff --git a/t/t4018/gitconfig-section b/t/t4018/gitconfig-section
new file mode 100644
index 0000000000..866aa70b24
--- /dev/null
+++ b/t/t4018/gitconfig-section
@@ -0,0 +1,5 @@
+[RIGHT]
+ # comment
+ ; comment
+ name = value
+ ChangeMe
\ No newline at end of file
diff --git a/t/t4018/gitconfig-section-noindent b/t/t4018/gitconfig-section-noindent
new file mode 100644
index 0000000000..75a401b24b
--- /dev/null
+++ b/t/t4018/gitconfig-section-noindent
@@ -0,0 +1,5 @@
+[RIGHT]
+# comment
+; comment
+name = value
+ChangeMe
\ No newline at end of file
diff --git a/t/t4018/gitconfig-subsection b/t/t4018/gitconfig-subsection
new file mode 100644
index 0000000000..06243db626
--- /dev/null
+++ b/t/t4018/gitconfig-subsection
@@ -0,0 +1,7 @@
+[LEFT]
+
+[LEFT "RIGHT"]
+ # comment
+ ; comment
+ name = value
+ ChangeMe
\ No newline at end of file
diff --git a/t/t4018/gitconfig-subsection-noindent b/t/t4018/gitconfig-subsection-noindent
new file mode 100644
index 0000000000..a100b81cf1
--- /dev/null
+++ b/t/t4018/gitconfig-subsection-noindent
@@ -0,0 +1,7 @@
+[LEFT]
+
+[LEFT "RIGHT"]
+# comment
+; comment
+name = value
+ChangeMe
\ No newline at end of file
--
2.39.5 (Apple Git-154)
next prev parent reply other threads:[~2025-03-19 17:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-19 17:20 [GSoC PATCH 0/2] add userdiff driver for gitconfig Lucas Seiki Oshiro
2025-03-19 17:20 ` [GSoC PATCH 1/2] userdiff: add builtin driver for gitconfig syntax Lucas Seiki Oshiro
2025-03-20 8:38 ` Patrick Steinhardt
2025-03-21 2:11 ` D. Ben Knoble
2025-03-19 17:20 ` Lucas Seiki Oshiro [this message]
2025-03-20 8:38 ` [GSoC PATCH 2/2] t4018: add tests for gitconfig in userdiff Patrick Steinhardt
2025-03-23 16:08 ` Lucas Seiki Oshiro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250319172016.2115-3-lucasseikioshiro@gmail.com \
--to=lucasseikioshiro@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.