diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-06-02 23:42:21 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-06-03 00:42:35 -0600 |
| commit | 76d1e95aa2a79cd113a4bbc56a703004df08896e (patch) | |
| tree | 10f11df8d1a9e7cf97b08dbf2802b5911430a372 /test/sections_test.rb | |
| parent | 296b947bc007f9a09f45a615bb7243eabc6978f5 (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.rb | 2 |
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 |
