Add two extra OR strings

This commit is contained in:
Yasin Soliman 2017-08-16 09:16:00 +01:00 committed by GitHub
parent 28373da605
commit f6d2bb13f3

View file

@ -15,3 +15,11 @@
``` ```
//www.google.com/%2e%2e //www.google.com/%2e%2e
``` ```
```
//google.com/
```
```
//google.com/%2f..
```