Skip to content

Upper('') should return an empty string instead of no value #875

@bryantaustin13

Description

@bryantaustin13

Demonstrated in cql-tests CqlStringOperatorsTest.xml:: UpperEmpty

The return parameter for Upper('') should be:
"parameter": [
{
"name": "return",
"valueString" = ""
}
]

instead it is:
"parameter":[
{
"name": "return"
}
]

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