<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/test/entity_tests.py, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/'/>
<entry>
<title>Remove useless __name__ check in test scripts</title>
<updated>2020-01-15T15:04:27+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2020-01-15T14:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=6b64a95713fc8a045f8e40949cec0765e0acb9b8'/>
<id>6b64a95713fc8a045f8e40949cec0765e0acb9b8</id>
<content type='text'>
These checks don't seem to be required and broke pathological_tests.py
on Windows where multiprocessing sets __name__ to "__mp_main__".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These checks don't seem to be required and broke pathological_tests.py
on Windows where multiprocessing sets __name__ to "__mp_main__".
</pre>
</div>
</content>
</entry>
<entry>
<title>entity_tests.py - omit noisy success output.</title>
<updated>2018-08-25T23:01:11+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-08-25T23:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=62ad44e358f117464b8730cb4347ab6a59bb4312'/>
<id>62ad44e358f117464b8730cb4347ab6a59bb4312</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for non-matching entities (#161)</title>
<updated>2016-11-04T22:04:48+00:00</updated>
<author>
<name>Yuki Izumi</name>
<email>kivikakk@github.com</email>
</author>
<published>2016-11-04T22:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=64e1394ae76409f02b00c254f119a64a2d1ce11e'/>
<id>64e1394ae76409f02b00c254f119a64a2d1ce11e</id>
<content type='text'>
* Add test to illustrate issue

* Provide some test fixes

* Don't neglect CounterClockwiseContourIntegral

* Fix ~10% of cases not matching

strncmp returns 0 if the first 'len' bytes of cmark_entities[i].entity
match s; we check equal length in the first if by checking if
cmark_entities[i].entity[len] == 0, but we neglect the case where cmp ==
0 &amp;&amp; cmark_entities[i].entity[len] != 0.  This should be treated as the
same as cmp &lt; 0, because strcmp("abc", "abcd") &lt; 0.

* Don't depend on py3.3 in tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add test to illustrate issue

* Provide some test fixes

* Don't neglect CounterClockwiseContourIntegral

* Fix ~10% of cases not matching

strncmp returns 0 if the first 'len' bytes of cmark_entities[i].entity
match s; we check equal length in the first if by checking if
cmark_entities[i].entity[len] == 0, but we neglect the case where cmp ==
0 &amp;&amp; cmark_entities[i].entity[len] != 0.  This should be treated as the
same as cmp &lt; 0, because strcmp("abc", "abcd") &lt; 0.

* Don't depend on py3.3 in tests
</pre>
</div>
</content>
</entry>
</feed>
