Skip to content

Commit

Permalink
yet another small adjustment to fix namespace resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
dperini committed Oct 14, 2024
1 parent 0094625 commit bdb4101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwsapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@
'(?:' + pseudoparms + '?)?|' +
// universal * &
// namespace *|*
'(?:[*|]|[\\w-])|' +
'(?:[*]|[\\w-])|' +
'(?:' +
'(?::' + pseudonames +
'(?:\\x28' + pseudoparms + '?(?:\\x29|$))?|' +
Expand Down

0 comments on commit bdb4101

Please sign in to comment.