| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-02-20 18:09:06 GMT-0800 |
| Commit | 406166a126077a83bffeb6fe4faf29b09500ae53 |
| Parent | 181293f |
| Delta | 5 lines added, 12 lines removed, 7-line decrease |
| Arguments.of( | ||
| HTML_TEX_DELIMITED, | ||
| - "<p id=\"caret\">the \uD83D\uDC4D emoji</p>\n" | ||
| + """ | ||
| + <html><head></head><body><p>the 👍 emoji</p> | ||
| + </body></html>""" | ||
| ), | ||
| Arguments.of( | ||
| XHTML_TEX, | ||
| """ | ||
| - <html> | ||
| - <head> | ||
| - <title> </title> | ||
| - <meta charset="utf8"/> | ||
| - <meta content="2" name="count"/> | ||
| - </head> | ||
| - <body> | ||
| - <p id="caret">the 👍 emoji</p> | ||
| - </body> | ||
| - </html> | ||
| - """ | ||
| + <html><head></head><body><p>the 👍 emoji</p> | ||
| + </body></html>""" | ||
| ) | ||
| ); |