* doesn't match space or # in lt-paradigm
Open
- Dominant language
- C++
- Stars
- 21
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
```
$ echo "*mp# *<*>" | lt-paradigm --sort eng-uum.autobil.bin
jump# across:ат
jump# over:ат
$ echo "* ov*<*>" | lt-paradigm --sort eng-uum.autobil.bin
$ echo "*mp#*<*>" | lt-paradigm --sort eng-uum.autobil.bin
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the three command examples in the issue against lt-paradigm and compare how the wildcard behaves around spaces and #. Trace the lt-paradigm matching path to identify the relevant wildcard handling; done means the intended behavior for these examples is reproduced by tests or otherwise verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli, compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100