Bez popisu

15-non-verbose.json 377B

12345678910111213141516171819202122
  1. {
  2. "name": "Option 'verbose' set to 'false'",
  3. "options": {
  4. "verbose": false
  5. },
  6. "html": "<font\t\n size='14' \n>the text</\t\nfont\t \n>",
  7. "expected": [
  8. {
  9. "type": "tag",
  10. "name": "font",
  11. "attribs": {
  12. "size": "14"
  13. },
  14. "children": [
  15. {
  16. "data": "the text",
  17. "type": "text"
  18. }
  19. ]
  20. }
  21. ]
  22. }