aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/parsefsm.rl6
diff options
context:
space:
mode:
authoralmaslov <almaslov@yandex-team.ru>2022-02-10 16:47:35 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:35 +0300
commite95333de1601929cf26176ba4dfb31ea11a9d8e6 (patch)
tree4ca18e5e0d5eac73ae1539fbc22011612c7c1577 /library/cpp/uri/parsefsm.rl6
parent3d9f012b4a922bdd0b9421963aa5985c2096028f (diff)
downloadydb-e95333de1601929cf26176ba4dfb31ea11a9d8e6.tar.gz
Restoring authorship annotation for <almaslov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/uri/parsefsm.rl6')
-rw-r--r--library/cpp/uri/parsefsm.rl62
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/parsefsm.rl6 b/library/cpp/uri/parsefsm.rl6
index 7097723650..afd9286ac6 100644
--- a/library/cpp/uri/parsefsm.rl6
+++ b/library/cpp/uri/parsefsm.rl6
@@ -145,7 +145,7 @@
ext_space = " " >{ REQ(fpc, FeatureEncodeSpace) };
ext_cntrl = cntrl >{ REQ(fpc, FeatureEncodeCntrl) };
- pct_maybe_encoded = PCT (HEXDIG | HEXNUM)? ;
+ pct_maybe_encoded = PCT (HEXDIG | HEXNUM)? ;
ext_safe = unreserved
| pct_maybe_encoded
| sub_delims