summaryrefslogtreecommitdiff
path: root/test/sections_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/sections_test.rb
parent296b947bc007f9a09f45a615bb7243eabc6978f5 (diff)
use comma after last entry in multi-line array [skip ci]
Diffstat (limited to 'test/sections_test.rb')
-rw-r--r--test/sections_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sections_test.rb b/test/sections_test.rb
index 8b30f6fa..94b852f3 100644
--- a/test/sections_test.rb
+++ b/test/sections_test.rb
@@ -933,7 +933,7 @@ context 'Sections' do
[:ERROR, '<stdin>: line 14: colophon sections do not support nested sections', Hash],
[:ERROR, '<stdin>: line 21: dedication sections do not support nested sections', Hash],
[:ERROR, '<stdin>: line 50: glossary sections do not support nested sections', Hash],
- [:ERROR, '<stdin>: line 57: bibliography sections do not support nested sections', Hash]
+ [:ERROR, '<stdin>: line 57: bibliography sections do not support nested sections', Hash],
]
end
end