Skip to content

Commit

Permalink
Improvements to match syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Feb 5, 2024
1 parent 4977962 commit f6fa315
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 190 deletions.
2 changes: 1 addition & 1 deletion src/Imazen.Routing/Matching/ExpressionParsingHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ internal static bool TryReadConditionName(ReadOnlySpan<char> text,
[NotNullWhen(true)] out int? conditionNameEnds,
[NotNullWhen(false)] out string? error)
{

// A "" condition name is valid (aliased to equals)
conditionNameEnds = text.IndexOf('(');
if (conditionNameEnds == -1)
{
Expand Down
Loading

0 comments on commit f6fa315

Please sign in to comment.