Update tests

This commit is contained in:
Malo 2025-07-12 14:20:11 +01:00
parent c69c07fab5
commit b374aa131b
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
</head> </head>
<body> <body>
<h2>Heading is no paragraph</h2> <h2>Heading is no paragraph</h2>
<p>I'm a paragraph.</p> <p>Im a paragraph.</p>
<div>I'm not.</div> <div>Im not.</div>
<div> <div>
<p>We are two.</p> <p>We are two.</p>
<p>So we are paragraphs.</p> <p>So we are paragraphs.</p>

View File

@ -5,6 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>
<body> <body>
<p>When you said that “he surely meant that she intended to say “I'm sorry””, I was quite confused.</p> <p>When you said that “he surely meant that she intended to say “Im sorry””, I was quite confused.</p>
</body> </body>
</html> </html>