pandoc-3.10.1: test/command/4454.md
```
% pandoc -f rst -t native
• a
• b
^D
[ BulletList
[ [ Plain [ Str "a" ] ] , [ Plain [ Str "b" ] ] ]
]
```
```
% pandoc -f rst -t native
• a
• b
^D
[ BulletList
[ [ Plain [ Str "a" ] ] , [ Plain [ Str "b" ] ] ]
]
```