Skip to content

Commit

Permalink
Convert bugzilla issue reference to hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel authored and dlang-bot committed Jul 4, 2023
1 parent 641123f commit 3e1d86e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/tests_extractor/iteration.d
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,7 @@ if (isInputRange!RoR && isInputRange!(ElementType!RoR)
import std.algorithm.comparison : equal;
import std.range;

// Related to issue 8061
// Related to https://issues.dlang.org/show_bug.cgi?id=8061
auto r = joiner([
inputRangeObject("abc"),
inputRangeObject("def"),
Expand Down Expand Up @@ -2542,10 +2542,10 @@ if (isInputRange!RoR && isInputRange!(ElementType!RoR))
import std.algorithm.comparison : equal;
import std.range.interfaces : inputRangeObject;

// bugzilla 8240
// https://issues.dlang.org/show_bug.cgi?id=8240
assert(equal(joiner([inputRangeObject("")]), ""));

// issue 8792
// https://issues.dlang.org/show_bug.cgi?id=8792
auto b = [[1], [2], [3]];
auto jb = joiner(b);
auto js = jb.save;
Expand Down

0 comments on commit 3e1d86e

Please sign in to comment.