<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/test/roundtrip_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>roundtrip tests:  remove spurious failures.</title>
<updated>2016-06-02T17:50:07+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-06-02T17:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=e59b38ee67eea5d62066df29edf025f53096f46e'/>
<id>e59b38ee67eea5d62066df29edf025f53096f46e</id>
<content type='text'>
In the commonmark writer we separate lists, and lists and
indented code, using a dummy HTML comment rather than two
blank lines (this is more portable).

So in evaluating the round-trip tests, we now strip out
these comments.

We also normalize HTML to avoid issues having to do with
line breaks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the commonmark writer we separate lists, and lists and
indented code, using a dummy HTML comment rather than two
blank lines (this is more portable).

So in evaluating the round-trip tests, we now strip out
these comments.

We also normalize HTML to avoid issues having to do with
line breaks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new roundtrip_tests.py.</title>
<updated>2016-06-02T17:45:19+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-06-02T17:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=8a53ee9b579fef9a75bd25f881827f28739a1f68'/>
<id>8a53ee9b579fef9a75bd25f881827f28739a1f68</id>
<content type='text'>
This replaces the old use of simple shell scripts.
It is much faster, and more flexible.  (We will be able
to do custom normalization and skip certain tests.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces the old use of simple shell scripts.
It is much faster, and more flexible.  (We will be able
to do custom normalization and skip certain tests.)
</pre>
</div>
</content>
</entry>
</feed>
