cqframework / cqframework/cql-tests
Need a test for polarity operator on a string
Open
Nobody has claimed this yet.
CQLTest: Translator Issue
enhancement
- Dominant language
- No language data
- Stars
- 7
- Forks
- 8
- Avg merge
- 12d 5h
- Merged PRs (30d)
- 2
Description
The following does not complain that unary + cannot be applied to a string. This is the result of the CQL parser eating the unary positive, rather than converting it to a parser-level representation.
define TestString: +'me'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the CQL parser and the define TestString: +'me' example, then locate existing tests for unary operators. Done means a regression test shows that unary + applied to a string is not silently accepted and records the expected parser-level error or representation.
Written by the indexing model from the issue text.
Assessment
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100