~jole/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2

[PATCH] add another md test file

Details
Message ID
<20210714200022.18577-1-jonas@jole.xyz>
DKIM signature
missing
Download raw message
Patch: +46 -0
hi jole, i figured you'd want some more test coverage!

- joel

---
 test2.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 test2.md

diff --git a/test2.md b/test2.md
new file mode 100644
index 0000000..b78c77d
--- /dev/null
+++ b/test2.md
@@ -0,0 +1,46 @@
# normal
1. first
2. second
3. third

# zero indexed
0. zero
1. first
2. second

# bogus numbers
2. second
5. fifth
3. third

# newlines
1. first
   more first
2. second

# only one number
1. first
   second
   third

# nested
1. first
    * second (4 spaces)
        * third (2 tabs)

# too many tabs
1. first (0 tabs)
            2. second (3 tabs)
    3. third (1 tab)

*one asterisk

*two `asterisk` but code inbetween*

some * text * with asterisks separated by space

some text but the* asterisk *on the wrong side

sometextwith*squished*asterisks

there *are *three here*
-- 
2.32.0
Details
Message ID
<CCT4XGNIO6R4.38K1MHIL2723D@thonk>
In-Reply-To
<20210714200022.18577-1-jonas@jole.xyz> (view parent)
DKIM signature
missing
Download raw message
On Wed Jul 14, 2021 at 10:00 PM CEST, Jonas Elvedal Hole wrote:
> hi jole, i figured you'd want some more test coverage!
>
> - joel

You must be new to using git with email. Comments must be written
between the two --- as that is ignored by git am.
Details
Message ID
<CCT52SVJ8LI5.DH9THM9OGGBN@thonk>
In-Reply-To
<20210714200022.18577-1-jonas@jole.xyz> (view parent)
DKIM signature
missing
Download raw message
Patch: +46 -0
---
i hope this works
- joel

test2.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 test2.md

diff --git a/test2.md b/test2.md
new file mode 100644
index 0000000..b78c77d
--- /dev/null
+++ b/test2.md
@@ -0,0 +1,46 @@
# normal
1. first
2. second
3. third

# zero indexed
0. zero
1. first
2. second

# bogus numbers
2. second
5. fifth
3. third

# newlines
1. first
 more first
2. second

# only one number
1. first
 second
 third

# nested
1. first
 * second (4 spaces)
 * third (2 tabs)

# too many tabs
1. first (0 tabs)
 2. second (3 tabs)
 3. third (1 tab)

*one asterisk

*two `asterisk` but code inbetween*

some * text * with asterisks separated by space

some text but the* asterisk *on the wrong side

sometextwith*squished*asterisks

there *are *three here*
--
2.32.0
Reply to thread Export thread (mbox)