Skip to content

Commit fcbec21

Browse files
committed
Add Limitations section to README.md
1 parent f6ab940 commit fcbec21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ pattern.test? "https://example.com/test" #=> true
7777
pattern.test? "https://example.com/TeST" #=> true
7878
```
7979

80+
## Limitations
81+
82+
Due to limitations in the dependency [denoland/rust-urlpattern](https://github.com/denoland/rust-urlpattern), it may not support all features specified in [the standard](https://urlpattern.spec.whatwg.org/).
83+
84+
Check `skip` in [`test/test_urlpattern.rb`](https://github.com/urlpattern/ruby-urlpattern/blob/main/test/test_urlpattern.rb).
85+
8086
## Development
8187

8288
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

0 commit comments

Comments
 (0)