Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Coulon <[email protected]>
  • Loading branch information
xcoulon committed Nov 20, 2021
1 parent 35c41ee commit 8037812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/parser/ordered_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ print("two")
})

It("ordered list with element continuation - case 3", func() {
// continuation with "continued element" being a list element (ie, kinda invalid/emtpy continuation in the middle of a list)
// continuation with "continued element" being a list element (ie, kinda invalid/empty continuation in the middle of a list)
source := `. element 1
+
a paragraph
Expand Down

0 comments on commit 8037812

Please sign in to comment.