mirror of
https://github.com/boostorg/url.git
synced 2026-01-31 08:42:22 +00:00
elements are not stream parsers
This commit is contained in:
@@ -24,9 +24,12 @@ public:
|
||||
run()
|
||||
{
|
||||
using T = host;
|
||||
bad_ <T>("%");
|
||||
good_<T>("");
|
||||
good_<T>("[::]");
|
||||
good_<T>("1.2.3.4");
|
||||
good_<T>("boost.org");
|
||||
good_<T>("999.0.0.1"); // name
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user