Skip to content

Commit e962110

Browse files
committed
Fix missing newlline
1 parent a067619 commit e962110

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

infra.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,11 @@ compare them in that way must [=assert=].
727727

728728
<li><p>Let |original| be the keyValue ("x", « 1, 2, 3, 4 »).
729729

730-
<li><p>Let |alsoOriginal| be |original|. <li><p>Let |copyWithSharedList| be the keyValue ("x",
731-
|original|'s value). <li><p>Let |clone| be ("x", « 1, 2, 3, 4 »).
730+
<li><p>Let |alsoOriginal| be |original|.
731+
732+
<li><p>Let |copyWithSharedList| be the keyValue ("x", |original|'s value).
733+
734+
<li><p>Let |clone| be ("x", « 1, 2, 3, 4 »).
732735

733736
<li><p><a>Assert</a>: |original| <a for=/>is</a> |alsoOriginal|.
734737

0 commit comments

Comments
 (0)