dev-cafe / parselglossy

Generic input parsing library, speaking in tongues.
https://parselglossy.readthedocs.io
MIT License
7 stars 2 forks source link

stop if a keyword is repeated, closes #83 #89

Closed bast closed 4 years ago

bast commented 4 years ago

if a keyword at the same level is repeated, the code raises ParselglossyError with "A keyword is repeaded. Please check your input."

the code does not know which keyword is repeated

codecov[bot] commented 4 years ago

Codecov Report

Merging #89 into master will increase coverage by 0.12%. The diff coverage is 100.00%.

bast commented 4 years ago

Seems it needs rebase. Weird. I will rebase.

robertodr commented 4 years ago

It seems macOS + Python 3.8 is slightly flaky, but it's now all green. Thank you!