-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels