Skip to content

Function names with numbers #6

@donat-mueller

Description

@donat-mueller

Function names with digits are not recognised.
For example function name "decodeBase64String" is tokenised to "decodeBase6"

function names must start with a character
function names may contain digits

Test Szenarios

Szenario 1: functionStartsWithCharacterPass

Function: name = a123
Test: $P("a123")
Expected Result: ok

Szenario 2: functionStartsWithDigitFail

Function: name = 555
Test: $P("a123")
Expected Result: fail

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions