()
| 5255 | return null; |
| 5256 | } |
| 5257 | function AsyncHead() { |
| 5258 | readText('head'); |
| 5259 | return ( |
| 5260 | <head data-foo="foo"> |
| 5261 | <title>a title</title> |
| 5262 | </head> |
| 5263 | ); |
| 5264 | } |
| 5265 | function AsyncBody() { |
| 5266 | readText('body'); |
| 5267 | return ( |
nothing calls this directly
no test coverage detected