| ... | ... | @@ -272,7 +272,7 @@ test { // string |
| 272 | 272 | ); |
| 273 | 273 | try expect(builder.items).toEqualString( |
| 274 | 274 | \\<body> |
| 275 | | \\ <p>This will show up because <code>bar</code> is &apos;foo&apos;.</p> |
| 275 | \\ <p>This will show up because <code>bar</code> is 'foo'.</p> |
| 276 | 276 | \\</body> |
| 277 | 277 | \\ |
| 278 | 278 | ); |
| ... | ... | @@ -299,7 +299,7 @@ test { // string false |
| 299 | 299 | ); |
| 300 | 300 | try expect(builder.items).toEqualString( |
| 301 | 301 | \\<body> |
| 302 | | \\ <p>This will show up because <code>bar</code> is &apos;qux&apos;.</p> |
| 302 | \\ <p>This will show up because <code>bar</code> is 'qux'.</p> |
| 303 | 303 | \\</body> |
| 304 | 304 | \\ |
| 305 | 305 | ); |
| ... | ... | @@ -436,7 +436,7 @@ test { // string |
| 436 | 436 | ); |
| 437 | 437 | try expect(builder.items).toEqualString( |
| 438 | 438 | \\<body> |
| 439 | | \\ <p>This will show up because <code>bar</code> is &apos;qux&apos;.</p> |
| 439 | \\ <p>This will show up because <code>bar</code> is 'qux'.</p> |
| 440 | 440 | \\</body> |
| 441 | 441 | \\ |
| 442 | 442 | ); |
| ... | ... | @@ -463,7 +463,7 @@ test { // string false |
| 463 | 463 | ); |
| 464 | 464 | try expect(builder.items).toEqualString( |
| 465 | 465 | \\<body> |
| 466 | | \\ <p>This will show up because <code>bar</code> is &apos;foo&apos;.</p> |
| 466 | \\ <p>This will show up because <code>bar</code> is 'foo'.</p> |
| 467 | 467 | \\</body> |
| 468 | 468 | \\ |
| 469 | 469 | ); |