diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/url.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url.lua b/src/url.lua index 3290ce7..fb333b1 100644 --- a/src/url.lua +++ b/src/url.lua | |||
| @@ -49,7 +49,7 @@ local function make_set(t) | |||
| 49 | return s | 49 | return s |
| 50 | end | 50 | end |
| 51 | 51 | ||
| 52 | -- these are allowed withing a path segment, along with alphanum | 52 | -- these are allowed within a path segment, along with alphanum |
| 53 | -- other characters must be escaped | 53 | -- other characters must be escaped |
| 54 | local segment_set = make_set { | 54 | local segment_set = make_set { |
| 55 | "-", "_", ".", "!", "~", "*", "'", "(", | 55 | "-", "_", ".", "!", "~", "*", "'", "(", |
