X Tutup
The Wayback Machine - https://web.archive.org/web/20201103195349/https://github.com/Sub6Resources/flutter_html/issues/62
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for all supported html elements #62

Open
Sub6Resources opened this issue Feb 6, 2019 · 3 comments
Open

Add tests for all supported html elements #62

Sub6Resources opened this issue Feb 6, 2019 · 3 comments

Comments

@Sub6Resources
Copy link
Owner

@Sub6Resources Sub6Resources commented Feb 6, 2019

All supported html elements should have a test written.

RichText parser:

  • header
  • hr
  • 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
Copy link
Owner Author

@Sub6Resources Sub6Resources commented Mar 12, 2019

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

@zaheddec
Copy link

@zaheddec zaheddec commented Mar 17, 2019

test for ol, ul and li
ulList
orded_list

@lakshit-tech
Copy link

@lakshit-tech lakshit-tech commented Jan 4, 2020

thanks for given this information. Sarkari result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.
X Tutup