You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've come across a weird edge case that results in bad HTML (e.g. a bunch of extra < and > tags), and written up the failing test in Silicon-Ally#1
I tried running the test with dlv test, but wasn't able to figure out where things go off the rails. I noticed at one point early on, fm.Val becomes <ol>, e.g. it already has the wrapping tags, but I couldn't figure out why that happens only for lists with a single non-blank bullet. See testdata/list5.json for a passing example.
BTW, thanks for making this library!
The text was updated successfully, but these errors were encountered:
I've come across a weird edge case that results in bad HTML (e.g. a bunch of extra
<
and>
tags), and written up the failing test in Silicon-Ally#1I tried running the test with
dlv test
, but wasn't able to figure out where things go off the rails. I noticed at one point early on,fm.Val
becomes<ol>
, e.g. it already has the wrapping tags, but I couldn't figure out why that happens only for lists with a single non-blank bullet. Seetestdata/list5.json
for a passing example.BTW, thanks for making this library!
The text was updated successfully, but these errors were encountered: