Skip to content

no error for over-long character literal #109

@JeffBezanson

Description

@JeffBezanson

I get

julia> 'abc'
'a': ASCII/Unicode U+0061 (category Ll: Letter, lowercase)

Should be

julia> 'abc'
ERROR: syntax: character literal contains multiple characters

Metadata

Metadata

Assignees

No one assigned

    Labels

    error messagesBetter, more actionable diagnostics

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions