From fa0ccb9786effdb4925e08409ac920381183dc2e Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 20 Feb 2014 12:12:11 +0100 Subject: [PATCH 001/111] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 38ffc5b..61dad16 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,7 @@ This repo is only for testing how Github works. ##### h5 ## 012 UPERCASE underline_hyphen-spaces others%%%end + +[empty link]() + +[empty link#h](#h) From f5f6dd6973f3866701dacb923363adf2084b09f5 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 20 Feb 2014 21:57:55 +0100 Subject: [PATCH 002/111] a --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61dad16..8559461 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ This repo is only for testing how Github works. ## 012 UPERCASE underline_hyphen-spaces others%%%end -[empty link]() +# h -[empty link#h](#h) +[""]() + +[#h](#h) + +[/#h](/#h) + +[README.md#h](README.md#h) + +[d/README.md#h](d/README.md#h) From 3dd64bc8b422135b1dfea60a9bd8f69ffacc41fb Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 20 Feb 2014 21:59:49 +0100 Subject: [PATCH 003/111] a --- d/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 d/README.md diff --git a/d/README.md b/d/README.md new file mode 100644 index 00000000..2aec7b6 --- /dev/null +++ b/d/README.md @@ -0,0 +1,11 @@ +# h + +[""]() + +[#h](#h) + +[/#h](/#h) + +[README.md#h](README.md#h) + +[d/README.md#h](d/README.md#h) From 3d7c4d42daf7b75e694c345aa9c9ff42c2b039c5 Mon Sep 17 00:00:00 2001 From: Ciro Santillli Date: Fri, 7 Mar 2014 12:10:48 +0100 Subject: [PATCH 004/111] brancha --- brancha | 1 + 1 file changed, 1 insertion(+) create mode 100644 brancha diff --git a/brancha b/brancha new file mode 100644 index 00000000..7898192 --- /dev/null +++ b/brancha @@ -0,0 +1 @@ +a From ac3052ef5d6d560e47ab1a22705b6e3029fcbfca Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 19 Mar 2014 20:44:00 +0100 Subject: [PATCH 005/111] code inside link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8559461..45d5aab 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,5 @@ This repo is only for testing how Github works. [README.md#h](README.md#h) [d/README.md#h](d/README.md#h) + +[`code` inside link](#) From 1543b584e6b41991e49064da1a61ef6827e2f687 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 21 Mar 2014 23:22:24 +0100 Subject: [PATCH 006/111] Create a.rba --- a.rba | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 a.rba diff --git a/a.rba b/a.rba new file mode 100644 index 00000000..d145f79 --- /dev/null +++ b/a.rba @@ -0,0 +1,3 @@ +def a + return 1 + 1 +end From a0b06c5cc2c8e42beb21f5c38b68f41569cdf698 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 21 Mar 2014 23:23:28 +0100 Subject: [PATCH 007/111] Create noext --- noext | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 noext diff --git a/noext b/noext new file mode 100644 index 00000000..d145f79 --- /dev/null +++ b/noext @@ -0,0 +1,3 @@ +def a + return 1 + 1 +end From 266d95a6a6eb1f8926094e75640eb3fac8d27d40 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 15 Apr 2014 09:54:37 +0200 Subject: [PATCH 008/111] list --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 45d5aab..d8dd686 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,33 @@ This repo is only for testing how Github works. [d/README.md#h](d/README.md#h) [`code` inside link](#) + +# List + +No newlines: + +- a +- b +- c + +Newlines: + +- a + +- b + +- c + +Ordered: + +1. a +2. b +3. c + +Only 1.: + +1. a +1. b +1. c + + From 657c7a334db37a4eb42b66fde9226af118b00216 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 15 Apr 2014 10:28:52 +0200 Subject: [PATCH 009/111] some newlines --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d8dd686..99abdff 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,13 @@ Newlines: - c +Some newlines: + +- first + +- after newline +- not after newline + Ordered: 1. a From 8619e75478d19e2725475df233d999b837272e5d Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 15 Apr 2014 17:35:58 +0200 Subject: [PATCH 010/111] nested list --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 99abdff..c45520b 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,23 @@ Only 1.: 1. b 1. c +Nested: + +- par + + - nopar + - nopar + - nopar + + - par + + - par + + - par + +- par + +- par + + From 90912b842d48f1c3ad66b23be2ce2098e93024db Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 15 Apr 2014 17:37:46 +0200 Subject: [PATCH 011/111] nest 2 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c45520b..5bcb7e6 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ Nested: - nopar - nopar - nopar - - par - par From c3da3f433a3df9c30e998ca9a31f0485530416a5 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 15 Apr 2014 17:38:41 +0200 Subject: [PATCH 012/111] nest 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bcb7e6..c5803d5 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,12 @@ Nested: - nopar - nopar - nopar - - par - par - par + - par - par - par From 57f6ced721ec677baaa651d6981df57de489f6dc Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 15 Apr 2014 17:39:23 +0200 Subject: [PATCH 013/111] nest 4 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c5803d5..6b10b27 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,8 @@ Nested: - nopar - nopar - nopar - - par - - par - - par - par From f422ae904ed4f0ce9503397ccb7c4db2bc6a6c6e Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 15 Apr 2014 17:40:02 +0200 Subject: [PATCH 014/111] nest 5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b10b27..95a6da0 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,9 @@ Nested: - nopar - nopar - par + - par + - par - par From 0ead37cd5ee9750eefb94fd271343d09862ce7a4 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 17 Apr 2014 12:14:57 +0200 Subject: [PATCH 015/111] a.rdoc --- a.rdoc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 a.rdoc diff --git a/a.rdoc b/a.rdoc new file mode 100644 index 00000000..12483af --- /dev/null +++ b/a.rdoc @@ -0,0 +1,3 @@ += h1 + +== h2 From f5efd604764a9e77dff7a772e9c69cfb7e9c30c6 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 19 Apr 2014 10:13:46 +0200 Subject: [PATCH 016/111] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a6da0..63a878a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ Only 1.: Nested: - par - - nopar - nopar - nopar @@ -75,6 +74,7 @@ Nested: - par - par + - par - par From 18d351518936375be931983315da4feafa2b6c6d Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 24 Apr 2014 13:25:31 +0200 Subject: [PATCH 017/111] code in list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 63a878a..13c98a3 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,8 @@ Nested: - par +Code in list: +- a + + b From ccdba288ec81e4904598dccad168b28dba0e4585 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 29 Apr 2014 08:15:23 +0200 Subject: [PATCH 018/111] broken ordered lists --- README.md | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 70 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 13c98a3..bb32044 100644 --- a/README.md +++ b/README.md @@ -53,15 +53,78 @@ Some newlines: Ordered: -1. a -2. b -3. c +1. 1 +2. 2 +3. 3 -Only 1.: +Only 1: + +1. 1 +1. 1 +1. 1 + +Start 2: + +2. 2 +3. 3 +4. 4 + +Inner list: + +1. 1 +2. 2 + - list +3. 3 + +Inner list: + +1. 1 +1. 1 + - list +1. 1 + +Inner list 1: + +1. 1 + +1. 1 + + - list + - list + +1. 1 + +Inner par list: + +1. 1 + +2. 1 + + - list + - list + +3. 1 + +Inner par ordered list: + +1. 1 + +2. 1 + + 1. list + 2. list + +3. 1 + +Inner par: + +1. 1 +1. 1 + + par + +1. 1 -1. a -1. b -1. c Nested: From b69503e118728ba12948b02cb0fb2939980aa9ae Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 29 Apr 2014 15:41:55 +0200 Subject: [PATCH 019/111] Create ordered-list-with-list-bug.md --- ordered-list-with-list-bug.md | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ordered-list-with-list-bug.md diff --git a/ordered-list-with-list-bug.md b/ordered-list-with-list-bug.md new file mode 100644 index 00000000..63392de --- /dev/null +++ b/ordered-list-with-list-bug.md @@ -0,0 +1,36 @@ +1. 1 + + - inner par list + +2. 2 + +nested list without paragraphs: + +1. 1 + - list without par +2. 2 + +nested paragraph: + +1. 1 + + par + +2. 2 + +nested code block: + +1. 1 + + code block + +2. 2 + +nested ordered list: + +1. 1 + + 1. 1 + +2. 2 + From acc49e7f35f9a7a6611d9ea8bd563a028535903a Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 14 May 2014 15:29:44 +0200 Subject: [PATCH 020/111] pandoc.md --- pandoc.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 pandoc.md diff --git a/pandoc.md b/pandoc.md new file mode 100644 index 00000000..3c547e1 --- /dev/null +++ b/pandoc.md @@ -0,0 +1 @@ +**Rendered** with Markdown. From df9e45c6adf3536e052b203e1370bf1239c4ae6e Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 23 May 2014 12:58:40 +0200 Subject: [PATCH 021/111] big table --- .drone.yml | 4 ++++ README.md | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 66 insertions(+), 3 deletions(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..5fe3aa0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,4 @@ +image: ubuntu +script: + - echo a + - echo b > drone-artifact.txt diff --git a/README.md b/README.md index bb32044..b270f73 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This repo is only for testing how Github works. +This repo is only for testing how GitHub works. # markdown tests @@ -12,7 +12,7 @@ This repo is only for testing how Github works. ##### h5 -## 012 UPERCASE underline_hyphen-spaces others%%%end +## 012 UPPERCASE underline_hyphen-spaces others%%%end # h @@ -132,8 +132,9 @@ Nested: - nopar - nopar - nopar + - par - + - par - par @@ -148,3 +149,61 @@ Code in list: - a b + +# Table + +Very picky about table format. There must be the right amount of pipes, 3 consecutive hyphens per column of the separator line: + +| a | b | +|---|---| +| c | d | + +No outer pipes: + + a | b +---|--- + c | d + +4 hyphens: + +| a | b | +|----|---| +| c | d | + +Space 3 hyphens: + +| a | b | +| ---|---| +| c | d | + +3 hyphens space: + +| a | b | +|--- |---| +| c | d | + +hyphen space 2 hyphens: + +| a | b | +|- --|---| +| c | d | + +2 hyphens: + +| a | b | +|--|---| +| c | d | + +no pipes: + +| a | b | +|-------| +| c | d | + +| Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | +|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------| +| Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | + +| asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | +|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------| +| asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | From 4ab18a5c8551fe20eaed1d3f2eaefbac1684982b Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 24 May 2014 18:21:33 +0200 Subject: [PATCH 022/111] 1 --- commit.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 commit.md diff --git a/commit.md b/commit.md new file mode 100644 index 00000000..d00491f --- /dev/null +++ b/commit.md @@ -0,0 +1 @@ +1 From f686a1ac49ce42d0134ffdeb7895279207ae19f0 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 24 May 2014 21:43:37 +0200 Subject: [PATCH 023/111] prose --- pandoc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandoc.md b/pandoc.md index 3c547e1..1d83c60 100644 --- a/pandoc.md +++ b/pandoc.md @@ -1 +1,3 @@ **Rendered** with Markdown. + +prose \ No newline at end of file From 6ad615fd3b205045a02dc2cccf9b49e0f279e554 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 27 May 2014 17:02:11 +0200 Subject: [PATCH 024/111] a.csv --- a.csv | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 a.csv diff --git a/a.csv b/a.csv new file mode 100644 index 00000000..c5a555f --- /dev/null +++ b/a.csv @@ -0,0 +1,3 @@ +h1, h2, h3 +a, b, c +1, 2, 3 From 3c24db9476cd5f0cc93b2cd64d4ebd88b4000d7d Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 28 May 2014 15:01:09 +0200 Subject: [PATCH 025/111] a.md multi --- a.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/a.md b/a.md index 3fb168b..ba2dd21 100644 --- a/a.md +++ b/a.md @@ -1,3 +1,5 @@ # Header 1 @cirosantilli + +multi From ac13607ee4c039c8dfdd221d7c70589d6926d478 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 28 May 2014 15:02:26 +0200 Subject: [PATCH 026/111] a multi --- a | 2 ++ 1 file changed, 2 insertions(+) diff --git a/a b/a index abd80d7..6c83518 100755 --- a/a +++ b/a @@ -1,2 +1,4 @@ A a2 + +multi From aa547e5472d1ce0708d5a01e9b2dad711f46a678 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 28 May 2014 15:08:15 +0200 Subject: [PATCH 027/111] a multi From d7f06dbdbcf6e0f69fb1e45f092f563c10c15bdc Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 28 May 2014 15:20:46 +0200 Subject: [PATCH 028/111] image --- proseio.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 proseio.md diff --git a/proseio.md b/proseio.md new file mode 100644 index 00000000..5c119ce --- /dev/null +++ b/proseio.md @@ -0,0 +1,4 @@ +## prose.io + +![](//placeholder.jpg) + From ab2e9c5a214480ac973711bde97649d1b997d3c0 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 28 May 2014 15:22:00 +0200 Subject: [PATCH 029/111] image --- proseio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proseio.md b/proseio.md index 5c119ce..75f6053 100644 --- a/proseio.md +++ b/proseio.md @@ -1,4 +1,4 @@ ## prose.io -![](//placeholder.jpg) +![placeholder](//placeholder.jpg) From b22c16190d68f9893babe8df263681d87c996471 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 28 May 2014 15:33:20 +0200 Subject: [PATCH 030/111] img url --- proseio.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proseio.md b/proseio.md index 75f6053..9dbe5bb 100644 --- a/proseio.md +++ b/proseio.md @@ -2,3 +2,5 @@ ![placeholder](//placeholder.jpg) +![img url](/https://images.google.com/images/icons/product/chrome-48.png) + From bac30367d10c5ef1dfd3691a744b20b187b79169 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 28 May 2014 15:53:11 +0200 Subject: [PATCH 031/111] local --- proseio.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proseio.md b/proseio.md index 9dbe5bb..bba43f9 100644 --- a/proseio.md +++ b/proseio.md @@ -4,3 +4,5 @@ ![img url](/https://images.google.com/images/icons/product/chrome-48.png) +local + From cc6ef4d60b51406d338040a28c61bcd7b93bd48f Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 10 Jun 2014 16:12:47 +0200 Subject: [PATCH 032/111] chaining --- a.rb | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/a.rb b/a.rb index fc366c9..4d10a4e 100644 --- a/a.rb +++ b/a.rb @@ -1,3 +1,32 @@ def f(x) - return x + 1 + x + 1 end + +def g(x) + x + 1 +end + +def h(x) + x + 1 +end + +def a + 1 +end + +def b + 1 +end + +def c + 1 +end + +Chaining style: + +a. + b. + c + +a.b. + c From 0c4b8a940b4ec09277ea75463a3703298e9d0f53 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 19 Jun 2014 10:47:23 +0200 Subject: [PATCH 033/111] 000 --- conflict.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 conflict.md diff --git a/conflict.md b/conflict.md new file mode 100644 index 00000000..4daddb7 --- /dev/null +++ b/conflict.md @@ -0,0 +1 @@ +00 From 9a3d7681fc06ad9567d092b93d560fcc004c0a51 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 21 Jun 2014 18:49:09 +0200 Subject: [PATCH 034/111] Relative autolink. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b270f73..caaed6a 100644 --- a/README.md +++ b/README.md @@ -207,3 +207,7 @@ no pipes: | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | |---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------| | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | + +# Link + +Relative automatic links: . From 1c685e4972c846b03cbe83f28032a485c4b256bc Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 21 Jun 2014 18:49:44 +0200 Subject: [PATCH 035/111] Relative link. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index caaed6a..6a706c1 100644 --- a/README.md +++ b/README.md @@ -210,4 +210,6 @@ no pipes: # Link -Relative automatic links: . +Relative link: [a.md](a.md). + +Relative automatic link: . From 46a717178572c7de7aeac06cae5946c1c4e921d1 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 21 Jun 2014 18:55:27 +0200 Subject: [PATCH 036/111] autolink example.com. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a706c1..cd2c8cc 100644 --- a/README.md +++ b/README.md @@ -213,3 +213,5 @@ no pipes: Relative link: [a.md](a.md). Relative automatic link: . + +Automatic link: . From 22a07d33258930c75e22e188ec10fb6d8ef8f624 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 24 Jun 2014 10:11:00 +0200 Subject: [PATCH 037/111] remove trailing newlines From ac440113135bd6e8eadf79ec83aae3013d27b66d Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 24 Jun 2014 12:05:50 +0200 Subject: [PATCH 038/111] edit --- proseio.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proseio.md b/proseio.md index bba43f9..89044e2 100644 --- a/proseio.md +++ b/proseio.md @@ -6,3 +6,4 @@ local +edit From ff341116fcef376ce2e187450887423b772c1344 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 24 Jun 2014 12:19:55 +0200 Subject: [PATCH 039/111] Modified file using Dillinger --- proseio.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proseio.md b/proseio.md index 89044e2..fd9b5a1 100644 --- a/proseio.md +++ b/proseio.md @@ -7,3 +7,5 @@ local edit + +dillinger \ No newline at end of file From 4c954697ad6a7447e69080b94a66c30145df2fb4 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 24 Jun 2014 12:26:26 +0200 Subject: [PATCH 040/111] Modified file using Dillinger From b3a615e05ee575b2fb52abf9b3f3fb57fbf0c15d Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 13:53:10 +0200 Subject: [PATCH 041/111] chinese --- "\344\270\255\346\226\207.md" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "\344\270\255\346\226\207.md" diff --git "a/\344\270\255\346\226\207.md" "b/\344\270\255\346\226\207.md" new file mode 100644 index 00000000..efde6ef --- /dev/null +++ "b/\344\270\255\346\226\207.md" @@ -0,0 +1 @@ +你好! From eccb76ef410a906bef68b7c1d690091fa41eeda3 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 13:54:17 +0200 Subject: [PATCH 042/111] ending in .git --- a.git | 1 + 1 file changed, 1 insertion(+) create mode 100644 a.git diff --git a/a.git b/a.git new file mode 100644 index 00000000..b2e1af9 --- /dev/null +++ b/a.git @@ -0,0 +1 @@ +asdfqwer From e818119390bff74ffd78e3688b9ba3fe1a8b1901 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 13:57:23 +0200 Subject: [PATCH 043/111] asdf --- "valid_filenames/back\\slash" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "valid_filenames/back\\slash" diff --git "a/valid_filenames/back\\slash" "b/valid_filenames/back\\slash" new file mode 100644 index 00000000..3c25b57 --- /dev/null +++ "b/valid_filenames/back\\slash" @@ -0,0 +1 @@ +contains backslash From ef42b9a3ecd5b72126376db84625399ddd226d1f Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 13:57:52 +0200 Subject: [PATCH 044/111] end in dot git --- valid_filenames/end-in-dot-git.git | 1 + 1 file changed, 1 insertion(+) create mode 100644 valid_filenames/end-in-dot-git.git diff --git a/valid_filenames/end-in-dot-git.git b/valid_filenames/end-in-dot-git.git new file mode 100644 index 00000000..8bd6648 --- /dev/null +++ b/valid_filenames/end-in-dot-git.git @@ -0,0 +1 @@ +asdf From 4ea4cc2f050f3fe0d68054aef704a050a2cb7e87 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 13:58:19 +0200 Subject: [PATCH 045/111] utf8 --- "valid_filenames/utf8-\344\270\255\346\226\207" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "valid_filenames/utf8-\344\270\255\346\226\207" diff --git "a/valid_filenames/utf8-\344\270\255\346\226\207" "b/valid_filenames/utf8-\344\270\255\346\226\207" new file mode 100644 index 00000000..cb2983a --- /dev/null +++ "b/valid_filenames/utf8-\344\270\255\346\226\207" @@ -0,0 +1 @@ +asdfsadf From 9db48949b2ffc83822aaae9e3f24489e0a31a674 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 13:59:18 +0200 Subject: [PATCH 046/111] README --- valid_filenames/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 valid_filenames/README.md diff --git a/valid_filenames/README.md b/valid_filenames/README.md new file mode 100644 index 00000000..f064b2f --- /dev/null +++ b/valid_filenames/README.md @@ -0,0 +1,4 @@ +Filenames which are not valid: + +- contain forward slash `/` +- `.git` From 1103787a3f8229380305f639b989a7521c18af91 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 14:19:21 +0200 Subject: [PATCH 047/111] three dots --- valid_filenames/... | 1 + 1 file changed, 1 insertion(+) create mode 100644 valid_filenames/... diff --git a/valid_filenames/... b/valid_filenames/... new file mode 100644 index 00000000..20eeed6 --- /dev/null +++ b/valid_filenames/... @@ -0,0 +1 @@ +three dots From 0739bbc437f3f8dca4d41977faaa1beb74144537 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 14:20:00 +0200 Subject: [PATCH 048/111] one or two dots --- valid_filenames/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/valid_filenames/README.md b/valid_filenames/README.md index f064b2f..8f46798 100644 --- a/valid_filenames/README.md +++ b/valid_filenames/README.md @@ -2,3 +2,4 @@ Filenames which are not valid: - contain forward slash `/` - `.git` +- `.` and `..`, but not `...` From efce79fa8c30cbe81c69ad80a8cfa52a8fe3da1b Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 14:26:42 +0200 Subject: [PATCH 049/111] -start-with-slash --- valid_filenames/-start-with-slash | 1 + 1 file changed, 1 insertion(+) create mode 100644 valid_filenames/-start-with-slash diff --git a/valid_filenames/-start-with-slash b/valid_filenames/-start-with-slash new file mode 100644 index 00000000..a33ef5e --- /dev/null +++ b/valid_filenames/-start-with-slash @@ -0,0 +1 @@ +-start-with-slash From 6d790e804644c4c1f478b0c372b593e4d3f36f4c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 14:31:16 +0200 Subject: [PATCH 050/111] .* --- valid_filenames/.* | 1 + 1 file changed, 1 insertion(+) create mode 100644 valid_filenames/.* diff --git a/valid_filenames/.* b/valid_filenames/.* new file mode 100644 index 00000000..3140cef --- /dev/null +++ b/valid_filenames/.* @@ -0,0 +1 @@ +bash completions From e57221d373239363c89241800694cc3273c7e431 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 3 Jul 2014 09:28:06 +0200 Subject: [PATCH 051/111] Create hard-tabs.c --- hard-tabs.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hard-tabs.c diff --git a/hard-tabs.c b/hard-tabs.c new file mode 100644 index 00000000..a2bdf72 --- /dev/null +++ b/hard-tabs.c @@ -0,0 +1,3 @@ +{ + 2; +} From 03bb765865592b854ad2b58803d7914660b25d9e Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 5 Jul 2014 10:51:30 +0200 Subject: [PATCH 052/111] diff --- diff.md | 1 + "\344\270\255\346\226\207.md" | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 diff.md delete mode 100644 "\344\270\255\346\226\207.md" diff --git a/diff.md b/diff.md new file mode 100644 index 00000000..0951ab5 --- /dev/null +++ b/diff.md @@ -0,0 +1 @@ +very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very diff --git "a/\344\270\255\346\226\207.md" "b/\344\270\255\346\226\207.md" deleted file mode 100644 index efde6ef..00000000 --- "a/\344\270\255\346\226\207.md" +++ /dev/null @@ -1 +0,0 @@ -你好! From 24f8cf1a6e52c8bad8a30f8b8c683a64744d22c4 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 12 Jul 2014 21:04:38 +0200 Subject: [PATCH 053/111] img --- proseio.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proseio.md b/proseio.md index fd9b5a1..61bf0fc 100644 --- a/proseio.md +++ b/proseio.md @@ -8,4 +8,6 @@ local edit -dillinger \ No newline at end of file +dillinger + +![](//placeholder.jpg) \ No newline at end of file From 9cb9d3297cee06ec444c73777f5d921c8452f96b Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 12 Jul 2014 21:06:34 +0200 Subject: [PATCH 054/111] asdf --- proseio.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proseio.md b/proseio.md index 61bf0fc..0cfcc85 100644 --- a/proseio.md +++ b/proseio.md @@ -10,4 +10,6 @@ edit dillinger +![](//placeholder.jpg) + ![](//placeholder.jpg) \ No newline at end of file From da4dde88edca27816fd43c9f99fab71ce512042a Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 12 Jul 2014 21:17:30 +0200 Subject: [PATCH 055/111] logo blacck --- proseio.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proseio.md b/proseio.md index 0cfcc85..eaf12f1 100644 --- a/proseio.md +++ b/proseio.md @@ -12,4 +12,6 @@ dillinger ![](//placeholder.jpg) -![](//placeholder.jpg) \ No newline at end of file +![](//placeholder.jpg) + +![](//logo-black.png) \ No newline at end of file From d23b06f45d4947c993feae2a1b472c2c7808cb38 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 12 Jul 2014 21:53:23 +0200 Subject: [PATCH 056/111] png --- diff.md | 2 +- png.png | Bin 0 -> 260 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 png.png diff --git a/diff.md b/diff.md index 0951ab5..63b9713 100644 --- a/diff.md +++ b/diff.md @@ -1 +1 @@ -very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very +very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very veri very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very diff --git a/png.png b/png.png new file mode 100644 index 0000000000000000000000000000000000000000..9d2d55ddf0b460d8effa80bca82340f5a6ca3341 GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWw1G%RF5iLn02poqmz?fC7)p-2)S?vfN&Ih#mZhV+8y*yN3R;9b3Rt`Fm-U`44i&Z04h&32%=!$C z3ttL6n7d0^>w$afvm-ty&cyXfhZ%pE%hb;j{2(RHu{Hg*tjyeRtIE%{xc4QB%L%&Z z$w(eO{9*T}G{%fgf0-1SzRbTA$oVSI;cnlG--@NqaZT~tEq}-F75I7u=wb#>S3j3^ HP6 Date: Sat, 19 Jul 2014 11:58:38 +0200 Subject: [PATCH 057/111] diff-last-line --- diff-last-line.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 diff-last-line.md diff --git a/diff-last-line.md b/diff-last-line.md new file mode 100644 index 00000000..5f8b544 --- /dev/null +++ b/diff-last-line.md @@ -0,0 +1,4 @@ +a b c +d e f +g h i +j k l From 7cceb3affea757e7fe74fb861282fff83d8015b5 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 19 Jul 2014 12:05:53 +0200 Subject: [PATCH 058/111] diff-last-line-diff --- diff-last-line.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diff-last-line.md b/diff-last-line.md index 5f8b544..529df4d 100644 --- a/diff-last-line.md +++ b/diff-last-line.md @@ -1,4 +1,4 @@ a b c -d e f +d E f g h i -j k l +j K l From 0966c7bb88427faba6aab0ae9989350f2721ac71 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 19 Jul 2014 12:26:00 +0200 Subject: [PATCH 059/111] diff-highlight-adjacent.md --- diff-highlight-adjacent.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 diff-highlight-adjacent.md diff --git a/diff-highlight-adjacent.md b/diff-highlight-adjacent.md new file mode 100644 index 00000000..639608d --- /dev/null +++ b/diff-highlight-adjacent.md @@ -0,0 +1,5 @@ +a b c +d e f +g h i +j k l +m n o From b2eb60858392497e806deb2f36820e73c49ed466 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 19 Jul 2014 12:26:26 +0200 Subject: [PATCH 060/111] diff-highlight-adjacent-diff.md --- diff-highlight-adjacent.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/diff-highlight-adjacent.md b/diff-highlight-adjacent.md index 639608d..f511cb9 100644 --- a/diff-highlight-adjacent.md +++ b/diff-highlight-adjacent.md @@ -1,5 +1,5 @@ a b c -d e f +d E f g h i -j k l -m n o +j K l +m N o From 07e752a48e1614ca839c6f178ba19c500530e57d Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 21 Jul 2014 12:09:39 +0200 Subject: [PATCH 061/111] Create diff-visibility.md MN --- diff-visibility.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 diff-visibility.md diff --git a/diff-visibility.md b/diff-visibility.md new file mode 100644 index 00000000..eb6a38d --- /dev/null +++ b/diff-visibility.md @@ -0,0 +1 @@ +MNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMN From c12f77cac012bed9490404024d8093e72e45633a Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 21 Jul 2014 12:10:07 +0200 Subject: [PATCH 062/111] Update diff-visibility.md NN --- diff-visibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-visibility.md b/diff-visibility.md index eb6a38d..16ef1a4 100644 --- a/diff-visibility.md +++ b/diff-visibility.md @@ -1 +1 @@ -MNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMN +MNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNNNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMNMN From 8865cbdfbcb3740d1d1484e89b7dc5f026ca2043 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 29 Jul 2014 08:07:18 +0200 Subject: [PATCH 063/111] VERSION --- VERSION | 1 + 1 file changed, 1 insertion(+) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..524cb55 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.1.1 From 536d81c60fdddccfa5fface51bef3f0af3377ddc Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 14 Aug 2014 16:46:04 +0200 Subject: [PATCH 064/111] Update commit.md --- commit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/commit.md b/commit.md index d00491f..1191247 100644 --- a/commit.md +++ b/commit.md @@ -1 +1,2 @@ 1 +2 From 6a11ce44b8254bc6a259003149f0cb6e2fd9030c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 15 Aug 2014 13:42:19 +0200 Subject: [PATCH 065/111] .. up --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd2c8cc..608df91 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,8 @@ no pipes: Relative link: [a.md](a.md). +Relative link: [..](..). + Relative automatic link: . Automatic link: . From 91ff73db6ad30c0afdab366c04f9f07dbbe40060 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 15 Aug 2014 15:37:49 +0200 Subject: [PATCH 066/111] .. link --- d/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/d/README.md b/d/README.md index 2aec7b6..45fbe17 100644 --- a/d/README.md +++ b/d/README.md @@ -6,6 +6,8 @@ [/#h](/#h) +[../README.md](../README.md) + [README.md#h](README.md#h) [d/README.md#h](d/README.md#h) From 418f817ba5438a005ed3e3f4ae0b7a3ad4f5f478 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 22 Aug 2014 10:06:49 +0200 Subject: [PATCH 067/111] Executable. --- executable | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 executable diff --git a/executable b/executable new file mode 100755 index 00000000..adac56e --- /dev/null +++ b/executable @@ -0,0 +1,3 @@ +This file has the executable bit on. + +It was created to see if web interfaces are showing that information of not. From f0af5dd9cdb243674ff1fb27aa04760c58406e30 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 31 Aug 2014 09:46:12 +0200 Subject: [PATCH 068/111] Size tests. --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 608df91..6e2ce6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -This repo is only for testing how GitHub works. +This repo is only for testing how GitHub / GitLab work. -# markdown tests +Size limit tests will not be included here so as to keep this repo small. + +# Markdown tests # h1 @@ -28,7 +30,7 @@ This repo is only for testing how GitHub works. [`code` inside link](#) -# List +## List No newlines: @@ -144,13 +146,13 @@ Nested: - par -Code in list: +Code in list with one indent: - a b -# Table +## Table Very picky about table format. There must be the right amount of pipes, 3 consecutive hyphens per column of the separator line: @@ -208,7 +210,7 @@ no pipes: |---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------| | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | -# Link +## Link Relative link: [a.md](a.md). From d9ab9959da0da1ef6510bae881560e1fd9906001 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 9 Sep 2014 14:54:31 +0200 Subject: [PATCH 069/111] Symlink to outside the repo. --- symlink-outside-repo | 1 + aln => symlink-to-a | 0 2 files changed, 1 insertion(+) create mode 120000 symlink-outside-repo rename aln => symlink-to-a (100%) diff --git a/symlink-outside-repo b/symlink-outside-repo new file mode 120000 index 00000000..82f488f --- /dev/null +++ b/symlink-outside-repo @@ -0,0 +1 @@ +../a \ No newline at end of file diff --git a/aln b/symlink-to-a similarity index 100% rename from aln rename to symlink-to-a From 64325026ba63e8f62adefe0f37901677fd18296c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 10 Sep 2014 09:30:33 +0200 Subject: [PATCH 070/111] Cleanup README, move markdown tests to another file. --- README.md | 223 +--------------------------------------------------- markdown.md | 223 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 227 insertions(+), 219 deletions(-) create mode 100644 markdown.md diff --git a/README.md b/README.md index 6e2ce6f..04d82bc 100644 --- a/README.md +++ b/README.md @@ -1,221 +1,6 @@ -This repo is only for testing how GitHub / GitLab work. +Tests to see how GitHub and GitLab work exactly. -Size limit tests will not be included here so as to keep this repo small. +Tests that are very large will not be included here to keep this repository small: -# Markdown tests - -# h1 - -## h2 - -### h3 - -#### h4 - -##### h5 - -## 012 UPPERCASE underline_hyphen-spaces others%%%end - -# h - -[""]() - -[#h](#h) - -[/#h](/#h) - -[README.md#h](README.md#h) - -[d/README.md#h](d/README.md#h) - -[`code` inside link](#) - -## List - -No newlines: - -- a -- b -- c - -Newlines: - -- a - -- b - -- c - -Some newlines: - -- first - -- after newline -- not after newline - -Ordered: - -1. 1 -2. 2 -3. 3 - -Only 1: - -1. 1 -1. 1 -1. 1 - -Start 2: - -2. 2 -3. 3 -4. 4 - -Inner list: - -1. 1 -2. 2 - - list -3. 3 - -Inner list: - -1. 1 -1. 1 - - list -1. 1 - -Inner list 1: - -1. 1 - -1. 1 - - - list - - list - -1. 1 - -Inner par list: - -1. 1 - -2. 1 - - - list - - list - -3. 1 - -Inner par ordered list: - -1. 1 - -2. 1 - - 1. list - 2. list - -3. 1 - -Inner par: - -1. 1 -1. 1 - - par - -1. 1 - - -Nested: - -- par - - nopar - - nopar - - nopar - - - par - - - par - - - par - -- par - -- par - - -Code in list with one indent: - -- a - - b - -## Table - -Very picky about table format. There must be the right amount of pipes, 3 consecutive hyphens per column of the separator line: - -| a | b | -|---|---| -| c | d | - -No outer pipes: - - a | b ----|--- - c | d - -4 hyphens: - -| a | b | -|----|---| -| c | d | - -Space 3 hyphens: - -| a | b | -| ---|---| -| c | d | - -3 hyphens space: - -| a | b | -|--- |---| -| c | d | - -hyphen space 2 hyphens: - -| a | b | -|- --|---| -| c | d | - -2 hyphens: - -| a | b | -|--|---| -| c | d | - -no pipes: - -| a | b | -|-------| -| c | d | - -| Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | -|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------| -| Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | - -| asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | -|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------| -| asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | - -## Link - -Relative link: [a.md](a.md). - -Relative link: [..](..). - -Relative automatic link: . - -Automatic link: . +- +- diff --git a/markdown.md b/markdown.md new file mode 100644 index 00000000..e0b36c5 --- /dev/null +++ b/markdown.md @@ -0,0 +1,223 @@ +# Markdown tests + +# h1 + +## h2 + +### h3 + +#### h4 + +##### h5 + +## 012 UPPERCASE underline_hyphen-spaces others%%%end + +# h + +[""]() + +[#h](#h) + +[/#h](/#h) + +[README.md#h](README.md#h) + +[d/README.md#h](d/README.md#h) + +[`code` inside link](#) + +## List + +No newlines: + +- a +- b +- c + +Newlines: + +- a + +- b + +- c + +Some newlines: + +- first + +- after newline +- not after newline + +Ordered: + +1. 1 +2. 2 +3. 3 + +Only 1: + +1. 1 +1. 1 +1. 1 + +Start 2: + +2. 2 +3. 3 +4. 4 + +Inner list: + +1. 1 +2. 2 + - list +3. 3 + +Inner list: + +1. 1 +1. 1 + - list +1. 1 + +Inner list 1: + +1. 1 + +1. 1 + + - list + - list + +1. 1 + +Inner par list: + +1. 1 + +2. 1 + + - list + - list + +3. 1 + +Inner par ordered list: + +1. 1 + +2. 1 + + 1. list + 2. list + +3. 1 + +Inner par: + +1. 1 +1. 1 + + par + +1. 1 + + +Nested: + +- par + - nopar + - nopar + - nopar + + - par + + - par + + - par + +- par + +- par + + +Code in list with one indent: + +- a + + b + +## Table + +Very picky about table format. There must be the right amount of pipes, 3 consecutive hyphens per column of the separator line: + +| a | b | +|---|---| +| c | d | + +No outer pipes: + + a | b +---|--- + c | d + +4 hyphens: + +| a | b | +|----|---| +| c | d | + +Space 3 hyphens: + +| a | b | +| ---|---| +| c | d | + +3 hyphens space: + +| a | b | +|--- |---| +| c | d | + +hyphen space 2 hyphens: + +| a | b | +|- --|---| +| c | d | + +2 hyphens: + +| a | b | +|--|---| +| c | d | + +no pipes: + +| a | b | +|-------| +| c | d | + +| Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | +|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------| +| Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | + +| asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | +|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------| +| asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | + +## Link + +Relative link: [a.md](a.md). + +Relative link: [..](..). + +Relative automatic link: . + +Automatic link: . + +# GitHub specifics + +User: @cirosantilli + +Commit: cirosantilli/test-github@master From efcd0a3099a6254bfb613c1c8b92756397f619bc Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 27 Sep 2014 09:18:58 +0200 Subject: [PATCH 071/111] huge_table --- huge_table.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 huge_table.md diff --git a/huge_table.md b/huge_table.md new file mode 100644 index 00000000..ab630db --- /dev/null +++ b/huge_table.md @@ -0,0 +1,3 @@ +| a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | a | From abf582606d4515c645547cb08a81aec6c50e9f9c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 3 Oct 2014 13:18:11 +0200 Subject: [PATCH 072/111] a without carriage --- a | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/a b/a index 6c83518..422c2b7 100755 --- a/a +++ b/a @@ -1,4 +1,2 @@ -A -a2 - -multi +a +b From c1dc132e4427a20d01a2ecd303a11939713ec3cb Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 6 Oct 2014 21:25:45 +0200 Subject: [PATCH 073/111] Preview. --- preview/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 preview/README.md diff --git a/preview/README.md b/preview/README.md new file mode 100644 index 00000000..6125a73 --- /dev/null +++ b/preview/README.md @@ -0,0 +1 @@ +This directory is called `preview` to try to conflict with the GitLab preview URL. From eb80f556e24ca02ba37b6a4a5e71bad25275fec1 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 6 Oct 2014 22:04:43 +0200 Subject: [PATCH 074/111] diff --- diff | 1 + 1 file changed, 1 insertion(+) create mode 100644 diff diff --git a/diff b/diff new file mode 100644 index 00000000..a0afa6f --- /dev/null +++ b/diff @@ -0,0 +1 @@ +This file is named `diff` to try and conflict with the GitLab diff URL. From 0c84b82027fff5a3a2283a94fa8216030eee4246 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 6 Oct 2014 22:06:41 +0200 Subject: [PATCH 075/111] diff2 --- diff | 1 + 1 file changed, 1 insertion(+) diff --git a/diff b/diff index a0afa6f..76181ce 100644 --- a/diff +++ b/diff @@ -1 +1,2 @@ This file is named `diff` to try and conflict with the GitLab diff URL. +2 From f66bef48f3f1d70fae60b5728131ee730565a734 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 7 Oct 2014 12:27:40 +0200 Subject: [PATCH 076/111] md preview --- md-preview.md | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 md-preview.md diff --git a/md-preview.md b/md-preview.md new file mode 100644 index 00000000..617332b --- /dev/null +++ b/md-preview.md @@ -0,0 +1,74 @@ + +a + +a + +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a +a + +a From ff810bd510a9f7d72690ada6d803e071e4ddec12 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 8 Oct 2014 09:50:39 +0000 Subject: [PATCH 077/111] a.atom --- a.atom | 1 + 1 file changed, 1 insertion(+) create mode 100644 a.atom diff --git a/a.atom b/a.atom new file mode 100644 index 00000000..7ec9a4b --- /dev/null +++ b/a.atom @@ -0,0 +1 @@ +aa \ No newline at end of file From 8649cbaaae92ee2c5e42811897f710d5ce7ffc19 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 8 Oct 2014 09:51:14 +0000 Subject: [PATCH 078/111] 3 --- 3 | 1 + 1 file changed, 1 insertion(+) create mode 100644 3 diff --git a/3 b/3 new file mode 100644 index 00000000..e440e5c --- /dev/null +++ b/3 @@ -0,0 +1 @@ +3 \ No newline at end of file From d4a24cb9bbd3e22c3e24d8cfa683e39ed39d5128 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 8 Oct 2014 11:53:27 +0200 Subject: [PATCH 079/111] Create a.atom --- a.atom | 1 + 1 file changed, 1 insertion(+) create mode 100644 a.atom diff --git a/a.atom b/a.atom new file mode 100644 index 00000000..e61ef7b --- /dev/null +++ b/a.atom @@ -0,0 +1 @@ +aa From f2438ac16a901b70e768c65ee82daff33ded25cf Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 8 Oct 2014 10:05:17 +0000 Subject: [PATCH 080/111] aa --- a.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 a.json diff --git a/a.json b/a.json new file mode 100644 index 00000000..7ec9a4b --- /dev/null +++ b/a.json @@ -0,0 +1 @@ +aa \ No newline at end of file From d23afaea4f2997b8d1798d8028186902f3a6a0a3 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 30 Oct 2014 15:41:36 +0100 Subject: [PATCH 081/111] evil_stuff --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d82bc..efa8bb0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -Tests to see how GitHub and GitLab work exactly. +Tests to see how GitHub and GitLab work exactly and to detect bugs with them. Tests that are very large will not be included here to keep this repository small: - - + +Other similar repos: + +- From f9da24c8491888a535ff268a007b656b4f45898a Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 31 Oct 2014 09:49:20 +0100 Subject: [PATCH 082/111] html --- html-fragment.html | 1 + html.html | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 html-fragment.html create mode 100644 html.html diff --git a/html-fragment.html b/html-fragment.html new file mode 100644 index 00000000..3faa03a --- /dev/null +++ b/html-fragment.html @@ -0,0 +1 @@ +

HTML

diff --git a/html.html b/html.html new file mode 100644 index 00000000..e478eea --- /dev/null +++ b/html.html @@ -0,0 +1,10 @@ + + + + + HTML + + +

HTML

+ + From f694320304053b3ad9c50ad9301f4e06fd915725 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 1 Nov 2014 13:54:51 +0100 Subject: [PATCH 083/111] Link to empty commit. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efa8bb0..4047936 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Tests that are very large will not be included here to keep this repository smal - - -Other similar repos: +There are also some tests that could not be included here conveniently: + +- + +Other similar repos from other people: - From 8c7b1cda86c40679c0c072688977c082bc96dc5f Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 1 Nov 2014 13:55:52 +0100 Subject: [PATCH 084/111] Relative link to another proejct. --- markdown.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/markdown.md b/markdown.md index e0b36c5..ef1f8bb 100644 --- a/markdown.md +++ b/markdown.md @@ -212,6 +212,8 @@ Relative link: [a.md](a.md). Relative link: [..](..). +Relative link no another repo: [/../test-empty-commit](/../test-empty-commit). + Relative automatic link: . Automatic link: . From f4535e43a7b8617baea987427d0b89cdc9999961 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 4 Nov 2014 16:41:22 +0100 Subject: [PATCH 085/111] Link to test deep. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4047936..d55392e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Tests to see how GitHub and GitLab work exactly and to detect bugs with them. Tests that are very large will not be included here to keep this repository small: +- - - From 7c9c4320bd8fd084b9e3b3b202ecd5dd29b7fc41 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 4 Nov 2014 18:06:08 +0100 Subject: [PATCH 086/111] Whitespace only filenames. --- | 5 +++++ /README.md | 11 +++++++++++ /a.md | 1 + /breadcrumb-glitches.png | Bin 0 -> 13404 bytes README.md | 15 +++++++++++++++ a b | 3 +++ 6 files changed, 35 insertions(+) create mode 100644 create mode 100644 /README.md create mode 100644 /a.md create mode 100644 /breadcrumb-glitches.png create mode 100644 a b diff --git a/ b/ new file mode 100644 index 00000000..e79535b --- /dev/null +++ b/ @@ -0,0 +1,5 @@ +My filename only contains a single whitespace! + +As of 2014-11, it does not show on the file list at all. + +You can reach me with a /%20 on the URL. diff --git a/ /README.md b/ /README.md new file mode 100644 index 00000000..1c66139 --- /dev/null +++ b/ /README.md @@ -0,0 +1,11 @@ +My parent directory filename contains exactly 2 spaces! + +As of 2014-11, GitHub: + +- does not list it on the tree show + +- shows up internal files normally with /%20%20/README.md + +- relative links in markdown fail and link to the parent directory instead: [a.md](a.md) + +- if you try to to view it with /%20%20/, shows the parent directory instead instead of the directory, but the breadcrumbs still correctly show as a subdirectory: ![breadcrumb glitches](breadcrumb-glitches.png) diff --git a/ /a.md b/ /a.md new file mode 100644 index 00000000..6c44f7f --- /dev/null +++ b/ /a.md @@ -0,0 +1 @@ +a.md diff --git a/ /breadcrumb-glitches.png b/ /breadcrumb-glitches.png new file mode 100644 index 0000000000000000000000000000000000000000..51c763f328a92fff9adeaec0bf817291880a84c0 GIT binary patch literal 13404 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 +This repository is mirrored at: + +- +- + Other similar repos from other people: - + +The most interesting files on this repository are: + +- [markdown.md](markdown.md) + +- whitespace filename edge cases: + + - [single whitespace filename](%20) + - [double whitespace directory name](%20%20/) and [it's README](%20%20/README.md) + - [a b](a b) diff --git a/a b b/a b new file mode 100644 index 00000000..f1e8070 --- /dev/null +++ b/a b @@ -0,0 +1,3 @@ +My filename is "a b". + +As of 2014-11 I work just fine on GitHub. From d79c0f9b93e35de59a424925b9f96b88ab5edfc3 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 6 Nov 2014 10:22:44 +0100 Subject: [PATCH 087/111] hasslash --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f6c328..2726b3d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Tests that are very large will not be included here to keep this repository smal There are also some tests that could not be included here conveniently: - +- +- This repository is mirrored at: @@ -28,3 +30,7 @@ The most interesting files on this repository are: - [single whitespace filename](%20) - [double whitespace directory name](%20%20/) and [it's README](%20%20/README.md) - [a b](a b) + +Some interesting branches include: + +- [`hasslash/a`](../hasslash/a): branch inside sub-directory From dd462ff87660a9b72f6f2c384e103e2a2f47fc9c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 6 Nov 2014 10:35:18 +0100 Subject: [PATCH 088/111] md link dir --- markdown.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/markdown.md b/markdown.md index ef1f8bb..2e7c31d 100644 --- a/markdown.md +++ b/markdown.md @@ -210,6 +210,8 @@ no pipes: Relative link: [a.md](a.md). +Relative link to tree: [d/](d/). + Relative link: [..](..). Relative link no another repo: [/../test-empty-commit](/../test-empty-commit). From e922254b84b5023bdd0303d6e2f03213ef3699ab Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 6 Nov 2014 10:39:54 +0100 Subject: [PATCH 089/111] markdup-in-link --- markdown.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/markdown.md b/markdown.md index 2e7c31d..de4bb1d 100644 --- a/markdown.md +++ b/markdown.md @@ -210,7 +210,7 @@ no pipes: Relative link: [a.md](a.md). -Relative link to tree: [d/](d/). +Relative link to tree: [d/](d/). 14-11: GitHub renders links to `blob`, even if pointing to tree, and redirects `blob` to `tree`. GitLab also redirects, but renders trees as `tree` links directly. Relative link: [..](..). @@ -220,6 +220,11 @@ Relative automatic link: . Automatic link: . +Markup inside link: + +- [`d`](d) +- [*d*](d) + # GitHub specifics User: @cirosantilli From 02c7e68d417504fa1b28c80aabb9d37c456da546 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 6 Nov 2014 10:45:54 +0100 Subject: [PATCH 090/111] Img in link. --- markdown.md | 1 + 1 file changed, 1 insertion(+) diff --git a/markdown.md b/markdown.md index de4bb1d..daf23bf 100644 --- a/markdown.md +++ b/markdown.md @@ -224,6 +224,7 @@ Markup inside link: - [`d`](d) - [*d*](d) +- [![](png.png)](d) # GitHub specifics From f4fc9210be8def4e4595232a9da47e7ec6e8fe1c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 6 Nov 2014 11:03:09 +0100 Subject: [PATCH 091/111] Markup inside link. --- markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown.md b/markdown.md index daf23bf..4dd4268 100644 --- a/markdown.md +++ b/markdown.md @@ -220,7 +220,7 @@ Relative automatic link: . Automatic link: . -Markup inside link: +### Markup inside link - [`d`](d) - [*d*](d) From 429ebfd5c2aebc7debe32347cb7b19869fa4dd29 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 6 Nov 2014 11:25:38 +0100 Subject: [PATCH 092/111] -r --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2726b3d..ab0341a 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,8 @@ The most interesting files on this repository are: Some interesting branches include: -- [`hasslash/a`](../hasslash/a): branch inside sub-directory +- [`hasslash/a`](../hasslash/a): branch inside sub-directory + +- [`-r`](../-r): branch with forbidden name, and in particular one that may be used for shell injection. + + Create manually with `cp master -- -r` and push with `git push --all`. From e36c719b20a27b6796e8816d927ef71035063900 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 6 Nov 2014 15:28:52 +0100 Subject: [PATCH 093/111] Empty --- empty | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 empty diff --git a/empty b/empty new file mode 100644 index 00000000..e69de29 From 07cf5999c9915fd41ddbc70dbce8da318bad0132 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 11 Nov 2014 07:36:44 +0100 Subject: [PATCH 094/111] Its typo readme. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab0341a..e7d3e81 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,15 @@ The most interesting files on this repository are: - whitespace filename edge cases: - [single whitespace filename](%20) - - [double whitespace directory name](%20%20/) and [it's README](%20%20/README.md) + - [double whitespace directory name](%20%20/) and [its README](%20%20/README.md) - [a b](a b) -Some interesting branches include: +Some interesting branches and tags include: - [`hasslash/a`](../hasslash/a): branch inside sub-directory - [`-r`](../-r): branch with forbidden name, and in particular one that may be used for shell injection. Create manually with `cp master -- -r` and push with `git push --all`. + +- `tag-empty-blob` From d1dffcdd82c4d3dd028950e1f07792d94c6e00dd Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 11 Nov 2014 08:12:01 +0100 Subject: [PATCH 095/111] Update links to long filename repos. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d3e81..b6f3b3d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ There are also some tests that could not be included here conveniently: - - -- +- +- This repository is mirrored at: From defaceb832bfdcaeaa9ae2c49acf24f9eb63dd56 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 13 Nov 2014 09:20:23 +0100 Subject: [PATCH 096/111] SHA that begins with deface. --- deface.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 deface.md diff --git a/deface.md b/deface.md new file mode 100644 index 00000000..891c18e --- /dev/null +++ b/deface.md @@ -0,0 +1,7 @@ +The SHA of this commit begins with `deface`. + +It is used to test conflicts between SHA issue references and regular words. + +This commit was generated with: + + https://github.com/bradfitz/gitbrute From e7fe6cad0859b4ea8396965b03f6737cbb530938 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 13 Nov 2014 11:51:31 +0100 Subject: [PATCH 097/111] Issue markdown. --- issue-markdown.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 issue-markdown.md diff --git a/issue-markdown.md b/issue-markdown.md new file mode 100644 index 00000000..b87e044 --- /dev/null +++ b/issue-markdown.md @@ -0,0 +1,32 @@ +This is the content of the issue used to test markdown rendering on issues of the web UI. + +- GitHub: https://github.com/cirosantilli/test/issues/4 +- GitLab: https://gitlab.com/cirosantilli/test/issues/1 + +# Line breaks at newline + +line1 +line2 + +# References + +commit SHA reference: + +- full URL: https://github.com/cirosantilli/test/commit/429ebfd5c2aebc7debe32347cb7b19869fa4dd29 https://gitlab.com/cirosantilli/test/commit/429ebfd5c2aebc7debe32347cb7b19869fa4dd29 +- full SHA: 429ebfd5c2aebc7debe32347cb7b19869fa4dd29 +- 6 char SHA: 429ebf deface +- 4 char SHA: 429e defa + +Commit non-SHA reference: + +- tag: https://github.com/cirosantilli/test/commit/annotated https://gitlab.com/cirosantilli/test/commit/annotated +- branch: https://github.com/cirosantilli/test/commit/branch-8 https://gitlab.com/cirosantilli/test/commit/branch-8 + +Issue reference: https://github.com/cirosantilli/test/issues/5 + +MR reference: + +- full URL https://github.com/cirosantilli/test/pull/1 https://gitlab.com/cirosantilli/test/merge_requests/1 +- hash id: #1 + +Tag reference: https://github.com/cirosantilli/test/releases/tag/annotated From 07dc5a8eb25fbeafb3b446cd06db89f1ca3a1caf Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 17 Nov 2014 15:55:48 +0100 Subject: [PATCH 098/111] no-preview --- no-preview | Bin 0 -> 4 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 no-preview diff --git a/no-preview b/no-preview new file mode 100644 index 0000000000000000000000000000000000000000..f127d72a2e9fade8c0ba54298c824c342eed599f GIT binary patch literal 4 LcmYdfNMZm00!#qJ literal 0 HcmV?d00001 From 65e3a5dac895f6eeb41999bcaf1a88c9b5bb77a2 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 19 Nov 2014 20:45:52 +0100 Subject: [PATCH 099/111] image --- markdown.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/markdown.md b/markdown.md index 4dd4268..0e2a358 100644 --- a/markdown.md +++ b/markdown.md @@ -220,6 +220,12 @@ Relative automatic link: . Automatic link: . +## Image + +![](png.png) + +![](./png.png) + ### Markup inside link - [`d`](d) From bffbcc928282ede14dcb42768f10a7ef21a665f1 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 19 Nov 2014 20:47:32 +0100 Subject: [PATCH 100/111] Image in subdir. --- d/png.png | Bin 0 -> 260 bytes markdown.md | 8 ++++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 d/png.png diff --git a/d/png.png b/d/png.png new file mode 100644 index 0000000000000000000000000000000000000000..9d2d55ddf0b460d8effa80bca82340f5a6ca3341 GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWw1G%RF5iLn02poqmz?fC7)p-2)S?vfN&Ih#mZhV+8y*yN3R;9b3Rt`Fm-U`44i&Z04h&32%=!$C z3ttL6n7d0^>w$afvm-ty&cyXfhZ%pE%hb;j{2(RHu{Hg*tjyeRtIE%{xc4QB%L%&Z z$w(eO{9*T}G{%fgf0-1SzRbTA$oVSI;cnlG--@NqaZT~tEq}-F75I7u=wb#>S3j3^ HP6. ## Image -![](png.png) +- png.png ![](png.png) -![](./png.png) +- ./png.png ![](./png.png) + +- d/png.png ![](d/png.png) + +- ./d/png.png ![](./d/png.png) ### Markup inside link From bfa199bb2f8ed649f63132ea45690ab35470b66d Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 20 Nov 2014 16:47:15 +0100 Subject: [PATCH 101/111] Clean up a bit. --- a | 2 -- a.md | 5 ----- a.rba | 3 --- b | 1 - commit.md | 2 -- name of file | 25 ------------------------- pandoc.md | 3 --- proseio.md | 17 ----------------- 8 files changed, 58 deletions(-) delete mode 100755 a delete mode 100644 a.md delete mode 100644 a.rba delete mode 100644 b delete mode 100644 commit.md delete mode 100644 name of file delete mode 100644 pandoc.md delete mode 100644 proseio.md diff --git a/a b/a deleted file mode 100755 index 422c2b7..00000000 --- a/a +++ /dev/null @@ -1,2 +0,0 @@ -a -b diff --git a/a.md b/a.md deleted file mode 100644 index ba2dd21..00000000 --- a/a.md +++ /dev/null @@ -1,5 +0,0 @@ -# Header 1 - -@cirosantilli - -multi diff --git a/a.rba b/a.rba deleted file mode 100644 index d145f79..00000000 --- a/a.rba +++ /dev/null @@ -1,3 +0,0 @@ -def a - return 1 + 1 -end diff --git a/b b/b deleted file mode 100644 index 6d0875c..00000000 --- a/b +++ /dev/null @@ -1 +0,0 @@ -b3 diff --git a/commit.md b/commit.md deleted file mode 100644 index 1191247..00000000 --- a/commit.md +++ /dev/null @@ -1,2 +0,0 @@ -1 -2 diff --git a/name of file b/name of file deleted file mode 100644 index b462f70..00000000 --- a/name of file +++ /dev/null @@ -1,25 +0,0 @@ -nwe file - - -aaaaaaaaa - - - - - - -bbbbbbbbbbb - - - - - -ccccccccc - - - - - -ddddd - -eeee diff --git a/pandoc.md b/pandoc.md deleted file mode 100644 index 1d83c60..00000000 --- a/pandoc.md +++ /dev/null @@ -1,3 +0,0 @@ -**Rendered** with Markdown. - -prose \ No newline at end of file diff --git a/proseio.md b/proseio.md deleted file mode 100644 index eaf12f1..00000000 --- a/proseio.md +++ /dev/null @@ -1,17 +0,0 @@ -## prose.io - -![placeholder](//placeholder.jpg) - -![img url](/https://images.google.com/images/icons/product/chrome-48.png) - -local - -edit - -dillinger - -![](//placeholder.jpg) - -![](//placeholder.jpg) - -![](//logo-black.png) \ No newline at end of file From b6411498320be223d924763a50888ceefce855d3 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 20 Nov 2014 16:50:31 +0100 Subject: [PATCH 102/111] Improve links. --- markdown.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/markdown.md b/markdown.md index ab2c03a..4b48c41 100644 --- a/markdown.md +++ b/markdown.md @@ -208,17 +208,21 @@ no pipes: ## Link -Relative link: [a.md](a.md). +Automatic: . -Relative link to tree: [d/](d/). 14-11: GitHub renders links to `blob`, even if pointing to tree, and redirects `blob` to `tree`. GitLab also redirects, but renders trees as `tree` links directly. +### Relative links -Relative link: [..](..). +[a.md](a.md). -Relative link no another repo: [/../test-empty-commit](/../test-empty-commit). +[./a.md](./a.md). -Relative automatic link: . +[d/](d/). 14-11: GitHub renders links to `blob`, even if pointing to tree, and redirects `blob` to `tree`. GitLab also redirects, but renders trees as `tree` links directly. -Automatic link: . +[..](..). + +[/../test-empty-commit](/../test-empty-commit). + +Automatic relative link: . Fails because would conflict with HTML tags. ## Image From 8c6ef6e0e2e7340f2569dd272a5da931505ec1ed Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 20 Nov 2014 22:59:33 +0100 Subject: [PATCH 103/111] mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm --- long-commit-msg | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 long-commit-msg diff --git a/long-commit-msg b/long-commit-msg new file mode 100644 index 00000000..e69de29 From 76c0fc9c442e5ed7353df4df70fcbb6f6b89294b Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 20 Nov 2014 23:42:28 +0100 Subject: [PATCH 104/111] Wide stuff, 7 char SHA. --- issue-markdown.md | 16 ++++++++++++++++ markdown.md | 20 ++++++++++---------- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/issue-markdown.md b/issue-markdown.md index b87e044..c6d1de7 100644 --- a/issue-markdown.md +++ b/issue-markdown.md @@ -14,6 +14,7 @@ commit SHA reference: - full URL: https://github.com/cirosantilli/test/commit/429ebfd5c2aebc7debe32347cb7b19869fa4dd29 https://gitlab.com/cirosantilli/test/commit/429ebfd5c2aebc7debe32347cb7b19869fa4dd29 - full SHA: 429ebfd5c2aebc7debe32347cb7b19869fa4dd29 +- 7 char SHA: 429ebfd - 6 char SHA: 429ebf deface - 4 char SHA: 429e defa @@ -30,3 +31,18 @@ MR reference: - hash id: #1 Tag reference: https://github.com/cirosantilli/test/releases/tag/annotated + + +- GitHub: https://github.com/cirosantilli/test/issues/4 +- GitLab: https://gitlab.com/cirosantilli/test/issues/1 + +# Line breaks at newline + +line1 +line2 + +# Wide stuff + +mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm + +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| diff --git a/markdown.md b/markdown.md index 4b48c41..8fd8b88 100644 --- a/markdown.md +++ b/markdown.md @@ -134,7 +134,7 @@ Nested: - par - par - + - par - par @@ -198,14 +198,6 @@ no pipes: |-------| | c | d | -| Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | -|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------| -| Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | - -| asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | -|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------| -| asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | - ## Link Automatic: . @@ -240,8 +232,16 @@ Automatic relative link: . Fails because would conflict with HTML tags. - [*d*](d) - [![](png.png)](d) -# GitHub specifics +# GitHub extensions User: @cirosantilli Commit: cirosantilli/test-github@master + +# Wide stuff + +mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm + +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| From 971294f8a4c29ab1a262b0d57d978c69da3af92f Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 21 Nov 2014 15:00:49 +0100 Subject: [PATCH 105/111] bitbucket --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b6f3b3d..81f9c4f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -Tests to see how GitHub and GitLab work exactly and to detect bugs with them. +Tests to see how Git web interfaces like GitHub and GitLab work exactly and to detect bugs with them. + +This repository is mirrored at: + +- +- +- Tests that are very large will not be included here to keep this repository small: @@ -13,11 +19,6 @@ There are also some tests that could not be included here conveniently: - - -This repository is mirrored at: - -- -- - Other similar repos from other people: - From d1287430ed2f500ba8eaa8fa4e01b1a12801a7e7 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 21 Nov 2014 15:42:10 +0100 Subject: [PATCH 106/111] images --- gif.gif | Bin 0 -> 135 bytes issue-markdown.md | 13 ++++--------- jpg.jpg | Bin 0 -> 290 bytes svg.svg | 3 +++ 4 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 gif.gif create mode 100644 jpg.jpg create mode 100644 svg.svg diff --git a/gif.gif b/gif.gif new file mode 100644 index 0000000000000000000000000000000000000000..49396a554968cb0d1df62e415ffde13d87fc7d54 GIT binary patch literal 135 zcmZ?wbhEHbRA5kG_`m=Kia%Kx85kHDbU=KN35$3eNmqA#wK&dlhQY`E0ty<8yUZ>qV?<7w5W hY8S76bo#b!_~lnCg4A?_Zy)(qrE`4#*G?t|YXGZDHq!tA literal 0 HcmV?d00001 diff --git a/issue-markdown.md b/issue-markdown.md index c6d1de7..dbab02b 100644 --- a/issue-markdown.md +++ b/issue-markdown.md @@ -2,6 +2,7 @@ This is the content of the issue used to test markdown rendering on issues of th - GitHub: https://github.com/cirosantilli/test/issues/4 - GitLab: https://gitlab.com/cirosantilli/test/issues/1 +- BitBucket: https://bitbucket.org/cirosantilli/test/issue/1 # Line breaks at newline @@ -12,7 +13,7 @@ line2 commit SHA reference: -- full URL: https://github.com/cirosantilli/test/commit/429ebfd5c2aebc7debe32347cb7b19869fa4dd29 https://gitlab.com/cirosantilli/test/commit/429ebfd5c2aebc7debe32347cb7b19869fa4dd29 +- full URL: https://github.com/cirosantilli/test/commit/429ebfd5c2aebc7debe32347cb7b19869fa4dd29 https://gitlab.com/cirosantilli/test/commit/429ebfd5c2aebc7debe32347cb7b19869fa4dd29 https://bitbucket.org/cirosantilli/test/commit/429ebfd5c2aebc7debe32347cb7b19869fa4dd29 - full SHA: 429ebfd5c2aebc7debe32347cb7b19869fa4dd29 - 7 char SHA: 429ebfd - 6 char SHA: 429ebf deface @@ -20,10 +21,8 @@ commit SHA reference: Commit non-SHA reference: -- tag: https://github.com/cirosantilli/test/commit/annotated https://gitlab.com/cirosantilli/test/commit/annotated -- branch: https://github.com/cirosantilli/test/commit/branch-8 https://gitlab.com/cirosantilli/test/commit/branch-8 - -Issue reference: https://github.com/cirosantilli/test/issues/5 +- tag: https://github.com/cirosantilli/test/commit/annotated https://gitlab.com/cirosantilli/test/commit/annotated https://bitbucket.org/cirosantilli/test/commits/annotated +- branch: https://github.com/cirosantilli/test/commit/branch-8 https://gitlab.com/cirosantilli/test/commit/branch-8 https://bitbucket.org/cirosantilli/test/commits/branch-8 MR reference: @@ -32,10 +31,6 @@ MR reference: Tag reference: https://github.com/cirosantilli/test/releases/tag/annotated - -- GitHub: https://github.com/cirosantilli/test/issues/4 -- GitLab: https://gitlab.com/cirosantilli/test/issues/1 - # Line breaks at newline line1 diff --git a/jpg.jpg b/jpg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40ea12e53e73ee01f31cfa297e4e7e71d9a6f67d GIT binary patch literal 290 zcmb7;Ne;p=3`M_5iQ*(}ofh^L7by}_1>BGOu;3638*UPu?w~84CChs9l<)ZsIZvkv zM1-RT@(Tx;RiR{~RJJNOYuA>Y_w1N`Y@-iNV6Ic$v?57-?D|f6t)(oXGHEKOgAzEX x{gZq}au_fe+F_N*B+55z^;LYssyFg$QS733wrSb>L^PyVOu~rEem*ef#|QPH9 + + From 2144a93333be144152e8b0d4144b77b211afce63 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 21 Nov 2014 17:10:33 +0100 Subject: [PATCH 107/111] svg with js, png with no ext. --- png-noext | Bin 0 -> 260 bytes svg.svg | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 png-noext diff --git a/png-noext b/png-noext new file mode 100644 index 0000000000000000000000000000000000000000..9d2d55ddf0b460d8effa80bca82340f5a6ca3341 GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWw1G%RF5iLn02poqmz?fC7)p-2)S?vfN&Ih#mZhV+8y*yN3R;9b3Rt`Fm-U`44i&Z04h&32%=!$C z3ttL6n7d0^>w$afvm-ty&cyXfhZ%pE%hb;j{2(RHu{Hg*tjyeRtIE%{xc4QB%L%&Z z$w(eO{9*T}G{%fgf0-1SzRbTA$oVSI;cnlG--@NqaZT~tEq}-F75I7u=wb#>S3j3^ HP6 + From 0fd6c43063503605f487809f520ea7bb1312bcd0 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 22 Nov 2014 01:11:52 +0100 Subject: [PATCH 108/111] Link to SF, Google Code, Assembla and remote setup script. --- README.md | 3 +++ remotes.sh | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 remotes.sh diff --git a/README.md b/README.md index 81f9c4f..468d5c2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ This repository is mirrored at: - - - +- +- +- Tests that are very large will not be included here to keep this repository small: diff --git a/remotes.sh b/remotes.sh new file mode 100644 index 00000000..98d9e8d --- /dev/null +++ b/remotes.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env/sh +git remote add as git@git.assembla.com:cirosantilli-test.git +git remote add bb git@bitbucket.org:cirosantilli/test.git +git remote add gc https://ciro.santilli@code.google.com/p/cirosantilli-test +git remote add gh git@github.com:cirosantilli/test.git +git remote add gl git@gitlab.com:cirosantilli/test.git +git remote add origin git@github.com:cirosantilli/test.git +git remote add sf ssh://cirosantilli@git.code.sf.net/p/cirosantilli-test/code From d751214c44bcef737ac439c0337c08ecf089e9aa Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 22 Nov 2014 15:16:19 +0100 Subject: [PATCH 109/111] XSS branches. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 468d5c2..d3c3fd8 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ Some interesting branches and tags include: - [`-r`](../-r): branch with forbidden name, and in particular one that may be used for shell injection. +- `` and `a`: XSS and defacement attempts + Create manually with `cp master -- -r` and push with `git push --all`. - `tag-empty-blob` From c10de4b9962e1a865a279d7e7908ae4f2b7da9df Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 22 Nov 2014 15:41:34 +0100 Subject: [PATCH 110/111] issue-markdown --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c3fd8..a5ed7af 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,15 @@ The most interesting files on this repository are: - [markdown.md](markdown.md) +- [issue-markdown.md](issue-markdown.md): test the markdown on issues + - whitespace filename edge cases: - [single whitespace filename](%20) - [double whitespace directory name](%20%20/) and [its README](%20%20/README.md) - [a b](a b) -Some interesting branches and tags include: +Interesting branches and tags: - [`hasslash/a`](../hasslash/a): branch inside sub-directory From 25a3b6cfce504f43edb3d5932b408142b0adfa6f Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 22 Nov 2014 15:51:16 +0100 Subject: [PATCH 111/111]