Skip to content

Commit

Permalink
Fix typo in test-pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Nov 24, 2024
1 parent 9e61834 commit b427687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-pandoc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ return {
attr = Attr(),
body = List{
Row{Cell'body cell 1', Cell'body cell 2'},
Row{Cell('hi')}},
Row{Cell('hi')},
},
head = List{},
row_head_columns = 0,
Expand Down

0 comments on commit b427687

Please sign in to comment.