Skip to content

Commit 1049190

Browse files
committed
added truncate
1 parent f9596b1 commit 1049190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

matcher/selector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (n *selector) Match(cursor *parsly.Cursor) (matched int) {
4242
}
4343
for i := pos; i < size; i++ {
4444
switch input[i] {
45-
case '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '_', '.', ':', '$':
45+
case '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '_', '.', ':', '$', '/':
4646
matched++
4747
continue
4848
case '*':

0 commit comments

Comments
 (0)