<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test/property_test, branch HansN-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>stdlib: Allow undefined port in uri_map()</title>
<updated>2017-10-27T12:59:06+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2017-10-27T12:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3d12c8f164f79dd67967ba5c7df7d3c555dc0f29'/>
<id>3d12c8f164f79dd67967ba5c7df7d3c555dc0f29</id>
<content type='text'>
uri_map() updated to allow 'undefined' ports in order to align
the implementation with RFC 3986:

   port        = *DIGIT

An 'undefined' port is mapped to a ":" during recompose operation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uri_map() updated to allow 'undefined' ports in order to align
the implementation with RFC 3986:

   port        = *DIGIT

An 'undefined' port is mapped to a ":" during recompose operation.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Change handling of queries ["?" query]</title>
<updated>2017-10-23T13:53:29+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2017-10-16T11:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=57f8021105f1c213be674681f48d0c8e92935ff6'/>
<id>57f8021105f1c213be674681f48d0c8e92935ff6</id>
<content type='text'>
Previously when parsing queries the first "?" was part of the
parsed query in the result Map. This behavior has been changed
to follow the patterns used with other URI components and to
not include the special character(s) that mark the start of a
specific component.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously when parsing queries the first "?" was part of the
parsed query in the result Map. This behavior has been changed
to follow the patterns used with other URI components and to
not include the special character(s) that mark the start of a
specific component.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Add property tests, bugfixes</title>
<updated>2017-10-23T13:53:28+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2017-10-04T14:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1335e59a60d5e195baf519d2c52b0ca0aa96831f'/>
<id>1335e59a60d5e195baf519d2c52b0ca0aa96831f</id>
<content type='text'>
- Add property tests using PropEr.
- Add new testcases to uri_string_SUITE.
- Improve calculation of parsed binary.
- Verify if input to parse() is UTF8 encoded.
- Update is_valid_map(): added check for path
  and host.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add property tests using PropEr.
- Add new testcases to uri_string_SUITE.
- Improve calculation of parsed binary.
- Verify if input to parse() is UTF8 encoded.
- Update is_valid_map(): added check for path
  and host.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Implement uri_string:parse</title>
<updated>2017-10-23T13:53:28+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2017-08-31T13:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=29a9dd0e17a97a3e6e46f0d08c6ba8f31db33f5e'/>
<id>29a9dd0e17a97a3e6e46f0d08c6ba8f31db33f5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
