File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,10 @@ Parse a file containing HTML:
3838>>> mf2json
3939{'items': [{'type': ['h-entry'],
4040 'properties': {'name': ['Hello'],
41- 'content': [{'html': 'Just saying hi.',
42- 'value': 'Just saying hi.'}]}}],
41+ 'content': [{'value': 'Just saying hi.',
42+ 'lang': 'en-us',
43+ 'html': 'Just saying hi.'}]},
44+ 'lang': 'en-us'}],
4345 'rels': {},
4446 'rel-urls': {},
4547 'debug': {'description': 'mf2py - microformats2 parser for python',
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ pytest = "^7.2.1"
2424black = " ^23.3.0"
2525isort = " ^5.12.0"
2626
27+ [tool .pytest .ini_options ]
28+ doctest_optionflags = " NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL"
29+
2730[tool .isort ]
2831profile = " black"
2932
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments