Skip to content

Poor rendering of constant with array literals as values #306

@bmaland

Description

@bmaland

E.g. for the constant VALID_ARCHS = %w(i686 x86_64), only the fragment before the space is displayed in the docs (%w(i686), everything after the first space is cut off. I would have expected it to display like VALID_ARCHS = ["i686", "x86_64"].

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions