The output I'm expecting:
A test of <tt class="docutils literal">inline code</tt> in a text flow.
The output I get:
A test of<tt class="docutils literal">inline code</tt>in a text flow.
This is probably because tt is a deprecated HTML 4.01 element that was not included in the inline list of HTML5 elements.