flutter_html
flutter_html copied to clipboard
Add tests for all supported html elements
All supported html elements should have a test written.
RichText parser:
- [x]
header
- [x]
hr
- [x]
i
- [ ]
img
- [ ]
ins
- [ ]
kbd
- [ ]
li
- [ ]
main
- [ ]
mark
- [ ]
nav
- [ ]
noscript
- [ ]
ol
- [ ]
p
- [ ]
pre
- [ ]
q
- [ ]
rp
- [ ]
rt
- [ ]
ruby
- [ ]
s
- [ ]
samp
- [ ]
section
- [ ]
small
- [ ]
span
- [ ]
strike
- [ ]
strong
- [ ]
sub
- [ ]
sup
- [ ]
table
- [ ]
tbody
- [ ]
td
- [ ]
template
- [ ]
tfoot
- [ ]
th
- [ ]
thead
- [ ]
time
- [ ]
tr
- [ ]
tt
- [ ]
u
- [ ]
ul
- [ ]
var
New Parser (1.0.0 [See #122]): All elements (list will be added soon.)
Tests for header
, hr
, and i
added in version 0.9.5.
test for ol
, ul
and li
thanks for given this information. Sarkari result
Hi @Sub6Resources i am a freshers can u assign me this issue i am looking for some opensource contribution
@Krish-bhardwaj You are free to open a PR. Currently none of the golden tests are running though, I'm afraid.
I'll take on this issue in a new branch sometime soon.
This issue is very broad. Closing, but still plan to add tests as development continues