<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test/property_test, branch maint-21</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix normalization function in uri_string</title>
<updated>2018-06-11T12:53:54+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2018-06-08T11:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1ff534f6e410c4904b6e65dbfc9135d34445685d'/>
<id>1ff534f6e410c4904b6e65dbfc9135d34445685d</id>
<content type='text'>
- Fix parsing of hostnames that start with a number.
- Update uri_string:parse/1 to be only responsible for parsing
  input URIs into URI components. Implicit percent-encoding
  normalization has been removed.
- Implement percent-encoding normalization.
- Update uri_string:normalize/{1,2} to include percent-encoding
  normalization.
- Update test suites according to the new semantics.
- Add new property test: normalize

Change-Id: I6f37dcae2b3fcb4b29d286dbb0dfc563e8f211ae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix parsing of hostnames that start with a number.
- Update uri_string:parse/1 to be only responsible for parsing
  input URIs into URI components. Implicit percent-encoding
  normalization has been removed.
- Implement percent-encoding normalization.
- Update uri_string:normalize/{1,2} to include percent-encoding
  normalization.
- Update test suites according to the new semantics.
- Add new property test: normalize

Change-Id: I6f37dcae2b3fcb4b29d286dbb0dfc563e8f211ae
</pre>
</div>
</content>
</entry>
<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>
