diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-10-18 01:25:57 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-10-18 01:25:57 -0600 |
| commit | a9d828ae05abf8eaf9eea554c8390e4019a45567 (patch) | |
| tree | 82d0963f952aa28a4fb3def04578ee6e3d7f29b0 | |
| parent | 1ae4b26b84c948e6a0fadecd17ee1dcb518dfd05 (diff) | |
fix broken test
| -rw-r--r-- | test/lists_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lists_test.rb b/test/lists_test.rb index fb796a31..3f90eb7b 100644 --- a/test/lists_test.rb +++ b/test/lists_test.rb @@ -3413,7 +3413,7 @@ context "Description lists (:dlist)" do test 'should recognize bibliography anchor that contains a digit but does not start with one' do input = <<~'EOS' [bibliography] - - [[[_1984]]] George Orwell. _1984_. New American Library. 1950. + - [[[_1984]]] George Orwell. __1984__. New American Library. 1950. EOS output = convert_string_to_embedded input |
