Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 370 Bytes

pr-7392.md

File metadata and controls

15 lines (12 loc) · 370 Bytes

Fix error thrown on unclosed tag in pre tag (#7392 by @fisker)

<!-- Input -->
<pre><br></pre>
<pre><hr></pre>

<!-- Prettier stable -->
TypeError: Cannot read property 'start' of null

<!-- Prettier master -->
<pre><br /></pre>
<pre><hr /></pre>