diff options
author | pacien | 2023-02-24 22:08:49 +0100 |
---|---|---|
committer | pacien | 2023-02-24 22:08:49 +0100 |
commit | 64f3ee483b2148c773a404ca296836f7259a9670 (patch) | |
tree | 67e4cf01b74032bfeebe3d5d8ec37b3d3986e176 /mre/mre_only_subtraction_shows_others | |
parent | ae1446ed62f2d7de3c47b3ef7e2015bae26be6e4 (diff) | |
download | ldgallery-64f3ee483b2148c773a404ca296836f7259a9670.tar.gz |
mre: move minimal reproducible examples to develop branch
Instead of having them in separate orphan branches.
Diffstat (limited to 'mre/mre_only_subtraction_shows_others')
6 files changed, 26 insertions, 0 deletions
diff --git a/mre/mre_only_subtraction_shows_others/berlin.md b/mre/mre_only_subtraction_shows_others/berlin.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/berlin.md | |||
diff --git a/mre/mre_only_subtraction_shows_others/berlin.md.yaml b/mre/mre_only_subtraction_shows_others/berlin.md.yaml new file mode 100644 index 0000000..628c1f4 --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/berlin.md.yaml | |||
@@ -0,0 +1,2 @@ | |||
1 | tags: | ||
2 | - germany | ||
diff --git a/mre/mre_only_subtraction_shows_others/gallery.yaml b/mre/mre_only_subtraction_shows_others/gallery.yaml new file mode 100644 index 0000000..8cbc96b --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/gallery.yaml | |||
@@ -0,0 +1,2 @@ | |||
1 | includedFiles: | ||
2 | - '*.md' | ||
diff --git a/mre/mre_only_subtraction_shows_others/paris.md b/mre/mre_only_subtraction_shows_others/paris.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/paris.md | |||
diff --git a/mre/mre_only_subtraction_shows_others/paris.md.yaml b/mre/mre_only_subtraction_shows_others/paris.md.yaml new file mode 100644 index 0000000..f6bf8fd --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/paris.md.yaml | |||
@@ -0,0 +1,2 @@ | |||
1 | tags: | ||
2 | - france | ||
diff --git a/mre/mre_only_subtraction_shows_others/readme.md b/mre/mre_only_subtraction_shows_others/readme.md new file mode 100644 index 0000000..0e00132 --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/readme.md | |||
@@ -0,0 +1,20 @@ | |||
1 | # Minimal Reproducible Example | ||
2 | |||
3 | A search query with only subtraction should show all the elements in the | ||
4 | gallery minus the subtracted elements. | ||
5 | |||
6 | ## Reproduction steps | ||
7 | |||
8 | 1. Search for `-france`. | ||
9 | |||
10 | ## Expected result | ||
11 | |||
12 | `berlin.md` should appear in the results. | ||
13 | |||
14 | ## Actual result | ||
15 | |||
16 | The search yields no result at all. | ||
17 | |||
18 | ## Version info | ||
19 | |||
20 | Bug present in ldgallery v2.2. | ||