aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/uri_ut.h
diff options
context:
space:
mode:
authorsocialgraph <socialgraph@yandex-team.com>2022-09-11 21:01:07 +0300
committersocialgraph <socialgraph@yandex-team.com>2022-09-11 21:01:07 +0300
commitf6f95427f2d96542fe7333fb9e7a44d0f4b3e595 (patch)
tree45e7334ef871a818489e62d103281eaea541304d /library/cpp/uri/uri_ut.h
parenteb1b0261b7cff8093f5d63c6fd0f9b12f94196cf (diff)
downloadydb-f6f95427f2d96542fe7333fb9e7a44d0f4b3e595.tar.gz
test canonize with hash bang
test hash bang
Diffstat (limited to 'library/cpp/uri/uri_ut.h')
-rw-r--r--library/cpp/uri/uri_ut.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/uri/uri_ut.h b/library/cpp/uri/uri_ut.h
index f8ac6e4092..7fb273e769 100644
--- a/library/cpp/uri/uri_ut.h
+++ b/library/cpp/uri/uri_ut.h
@@ -17,6 +17,7 @@ namespace NUri {
TStringBuf Path;
TStringBuf Query;
TStringBuf Frag;
+ TStringBuf HashBang;
};
}
@@ -41,6 +42,7 @@ namespace NUri {
CMP_FLD(url, test, Path); \
CMP_FLD(url, test, Query); \
CMP_FLD(url, test, Frag); \
+ CMP_FLD(url, test, HashBang); \
} while (false)
#define URL_TEST_ENC(url, test, enc) \