summaryrefslogtreecommitdiff
path: root/test/lists_test.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-06-02 23:42:21 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-06-03 00:42:35 -0600
commit76d1e95aa2a79cd113a4bbc56a703004df08896e (patch)
tree10f11df8d1a9e7cf97b08dbf2802b5911430a372 /test/lists_test.rb
parent296b947bc007f9a09f45a615bb7243eabc6978f5 (diff)
use comma after last entry in multi-line array [skip ci]
Diffstat (limited to 'test/lists_test.rb')
-rw-r--r--test/lists_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lists_test.rb b/test/lists_test.rb
index bfde2309..185819c2 100644
--- a/test/lists_test.rb
+++ b/test/lists_test.rb
@@ -4931,7 +4931,7 @@ context 'Callout lists' do
assert_xpath '//ol/li', output, 2
assert_messages logger, [
[:WARN, '<stdin>: line 8: callout list item index: expected 2, got 3', Hash],
- [:WARN, '<stdin>: line 8: no callout found for <2>', Hash]
+ [:WARN, '<stdin>: line 8: no callout found for <2>', Hash],
]
end
end