| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Updated import to use DelimitedList instead of delimitedList - Replaced delimitedList() calls with DelimitedList() in grammar() - Fixes pyparsing deprecation warning in test utilities
| Back | FazBrowse Home | New Git URL |
Description
Fixed deprecation warning in test utilities by replacing delimitedList with DelimitedList.
Problem
The test utilities use delimitedList from pyparsing, which is deprecated in newer versions. This causes deprecation warnings when running tests:
Solution
Changes Made
Testing
Checklist