Skip to content

Commit

Permalink
feat: wip on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerwill90 committed Nov 19, 2024
1 parent e6afbdc commit c755046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ Walk:
inode = current.inode
charsMatchedInNodeFound += idx
} else if len(current.children) > 0 {
// key end with *{foo}, so we are sure to have only one children staring by '/'
// e.g. /*{foo} and /*{foo}/bar
inode = current.children[0]
charsMatchedInNodeFound += len(current.key[charsMatchedInNodeFound:])
} else {
Expand Down

0 comments on commit c755046

Please sign in to comment.