pandoc-3.10.1: test/command/6709.md
Tabs must be expanded even if --file-scope is used
````
% pandoc -t native --file-scope --tab-stop=2
```
if true; then
echo "yup"
fi
```
^D
[ CodeBlock
( "" , [] , [] ) "if true; then\n echo \"yup\"\nfi"
]
````