<feed xmlns='http://www.w3.org/2005/Atom'>
<title>milf-rs/test-suite/tests/valid, branch main</title>
<subtitle>My INI-Like Format
</subtitle>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/'/>
<entry>
<title>hilarious and original joke</title>
<updated>2021-03-21T20:10:24+00:00</updated>
<author>
<name>Melody Horn</name>
<email>melody@boringcactus.com</email>
</author>
<published>2021-03-21T20:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=7bbbfd046324363c8db1fb15d39aeb02fe7331b5'/>
<id>7bbbfd046324363c8db1fb15d39aeb02fe7331b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow delimiter quotes at the end of multiline strings (#393)</title>
<updated>2020-05-28T15:39:55+00:00</updated>
<author>
<name>pyfisch</name>
<email>pyfisch@posteo.org</email>
</author>
<published>2020-05-28T15:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=940fcf9e183ab4f29204ef4f3ea92c01de8cc08a'/>
<id>940fcf9e183ab4f29204ef4f3ea92c01de8cc08a</id>
<content type='text'>
TOML allows (unlike many other formats) up to 2
additonal quotes that are part of the string:

basic = """2 extra quotes --&gt;"""""
literal = '''here too ''''

Changed in TOML v1.0.0-rc.1

See also #392</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TOML allows (unlike many other formats) up to 2
additonal quotes that are part of the string:

basic = """2 extra quotes --&gt;"""""
literal = '''here too ''''

Changed in TOML v1.0.0-rc.1

See also #392</pre>
</div>
</content>
</entry>
<entry>
<title>Fix roundtripping of \u001f and \u007f in toml string literals (#372)</title>
<updated>2020-01-30T07:55:36+00:00</updated>
<author>
<name>Michael Sloan</name>
<email>mgsloan@gmail.com</email>
</author>
<published>2020-01-30T07:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=bb675c5f56c6ddb5d450df53d2685f519dc8d78c'/>
<id>bb675c5f56c6ddb5d450df53d2685f519dc8d78c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mixed type arrays (#358)</title>
<updated>2019-11-22T16:28:29+00:00</updated>
<author>
<name>daubaris</name>
<email>paulius.daubaris@gmail.com</email>
</author>
<published>2019-11-22T16:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=60b874308e6792a73cc00517a60bbef60a12e3cc'/>
<id>60b874308e6792a73cc00517a60bbef60a12e3cc</id>
<content type='text'>
* Added support of mixed-type arrays

* Add tests cases

* Replaced &amp;'static str type for type_ and created a new enum instead

* Restored ArrayMixedType
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added support of mixed-type arrays

* Add tests cases

* Replaced &amp;'static str type for type_ and created a new enum instead

* Restored ArrayMixedType
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow zero-prefixed float exponents. (#322)</title>
<updated>2019-08-23T16:55:15+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2019-08-23T16:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=994b0e2fcb762bfbde2121a2baedd533d97a2475'/>
<id>994b0e2fcb762bfbde2121a2baedd533d97a2475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow whitespace after line ending backslash (#162)</title>
<updated>2018-10-27T19:49:17+00:00</updated>
<author>
<name>Joey Hain</name>
<email>hain.joseph@gmail.com</email>
</author>
<published>2018-10-27T19:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=94c95bd15e63520fc2844ffb1bc387d1bc9c79ae'/>
<id>94c95bd15e63520fc2844ffb1bc387d1bc9c79ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid panic on pretty string ending in single quote</title>
<updated>2018-10-01T08:58:57+00:00</updated>
<author>
<name>Matti Niemenmaa</name>
<email>matti.niemenmaa+git@iki.fi</email>
</author>
<published>2018-10-01T08:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=2059589f5420bed3d490822fc9560db3c3a21515'/>
<id>2059589f5420bed3d490822fc9560db3c3a21515</id>
<content type='text'>
Fixes #262.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #262.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allow intermixing inline tables and dotted key tables.</title>
<updated>2018-07-27T18:49:30+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2018-07-27T18:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=d6f383d20c2dbefd9ece0834b05310dfae4e2a88'/>
<id>d6f383d20c2dbefd9ece0834b05310dfae4e2a88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.5: Support dotted keys.</title>
<updated>2018-07-16T16:10:38+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2018-07-11T06:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=9796059c58ec315dfc9b4ed0ba37c9e9318cb3fc'/>
<id>9796059c58ec315dfc9b4ed0ba37c9e9318cb3fc</id>
<content type='text'>
cc #224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cc #224
</pre>
</div>
</content>
</entry>
<entry>
<title>0.5: Support hex/oct/bin integers.</title>
<updated>2018-07-11T16:21:29+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2018-07-11T01:00:12+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=ec939223aa53ab4d422a136cff154a6b9afab5bb'/>
<id>ec939223aa53ab4d422a136cff154a6b9afab5bb</id>
<content type='text'>
cc #224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cc #224
</pre>
</div>
</content>
</entry>
</feed>
