Skip to content

Commit b427687

Browse files
committed
Fix typo in test-pandoc
1 parent 9e61834 commit b427687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-pandoc.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ return {
7979
attr = Attr(),
8080
body = List{
8181
Row{Cell'body cell 1', Cell'body cell 2'},
82-
Row{Cell('hi')}},
82+
Row{Cell('hi')},
8383
},
8484
head = List{},
8585
row_head_columns = 0,

0 commit comments

Comments
 (0)