Skip to content

URL() method intermittently inserts spaces into hostname of the produced url #13

@benderillo

Description

@benderillo

Steps to reproduce:

import (
	"fmt"
	fake "github.com/brianvoe/gofakeit"
)

def some_func() {
    for i := 0; i < 100; i++ {
        fmt.Print(fake.URL())
    }
}

Expected result:
No url should have any spaces in the host or scheme parts.

Actual result:
Some urls will have space in the host part.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions