FEAT: Global default lexer configuration #14
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces enhancements to the
GherXunitframework, focusing on improving usability through global configuration for lexers, updating documentation, and versioning. The most important changes include the addition of a global default lexer configuration, updates to the documentation inREADME.md, and the release of version 1.3.0.Framework Enhancements:
GherXunitConfig.DefaultLexerproperty to allow setting a global default lexer for all tests, simplifying configuration and reducing redundancy. (src/base/GherXunit.Core/StringHandler.cs,src/lib/GherXunit/GherXunit.Content.StringHandler.cs) [1] [2]GherXunitConfig.DefaultLexer) if specified, falling back to the default lexers otherwise. (src/base/GherXunit.Core/Methods.cs,src/lib/GherXunit/GherXunit.Content.Methods.cs) [1] [2]Documentation Updates:
README.mdto include new sections on the benefits ofGherXunit, usage examples, references, and instructions for defining the global lexer. Removed outdated content about custom lexers. [1] [2]Versioning:
GherXunitfrom 1.2.0 to 1.3.0 to reflect the new features and improvements. (src/lib/GherXunit/GherXunit.csproj)Funding Information:
FUNDING.ymlfile to specify supported funding platforms and sponsorship options for project contributors. (.github/FUNDING.yml)