flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

Add tests for all supported html elements

Open Sub6Resources opened this issue 6 years ago • 6 comments

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.)

Sub6Resources avatar Feb 06 '19 04:02 Sub6Resources

Tests for header, hr, and i added in version 0.9.5.

Sub6Resources avatar Mar 12 '19 04:03 Sub6Resources

test for ol, ul and li ulList orded_list

zaheddec avatar Mar 17 '19 00:03 zaheddec

thanks for given this information. Sarkari result

lakshit-tech avatar Jan 04 '20 09:01 lakshit-tech

Hi @Sub6Resources i am a freshers can u assign me this issue i am looking for some opensource contribution

Krish-bhardwaj avatar Jan 18 '22 08:01 Krish-bhardwaj

@Krish-bhardwaj You are free to open a PR. Currently none of the golden tests are running though, I'm afraid.

erickok avatar Jan 18 '22 08:01 erickok

I'll take on this issue in a new branch sometime soon.

Sub6Resources avatar Jun 10 '22 17:06 Sub6Resources

This issue is very broad. Closing, but still plan to add tests as development continues

Sub6Resources avatar May 17 '23 20:05 Sub6Resources