mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
User hyperlinks to refer to bugzilla issues (#8766)
This commit is contained in:
parent
f2ea143b49
commit
5cd77a6e32
17 changed files with 46 additions and 45 deletions
|
@ -2842,7 +2842,7 @@ auto ref choice(Range)(ref Range range)
|
|||
"Choice did not return a valid element from the given Range");
|
||||
}
|
||||
|
||||
@safe unittest // issue 18631
|
||||
@safe unittest // https://issues.dlang.org/show_bug.cgi?id=18631
|
||||
{
|
||||
auto rng = MinstdRand0(42);
|
||||
const a = [0,1,2];
|
||||
|
@ -2855,7 +2855,7 @@ auto ref choice(Range)(ref Range range)
|
|||
auto z1 = choice(cast(const)[1, 2, 3], rng);
|
||||
}
|
||||
|
||||
@safe unittest // Ref range (issue 18631 PR)
|
||||
@safe unittest // Ref range (https://issues.dlang.org/show_bug.cgi?id=18631 PR)
|
||||
{
|
||||
struct TestRange
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue