aboutsummaryrefslogtreecommitdiff
path: root/test/command/6844.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/6844.md')
-rw-r--r--test/command/6844.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command/6844.md b/test/command/6844.md
index 0431cfed8..e7af336a3 100644
--- a/test/command/6844.md
+++ b/test/command/6844.md
@@ -5,7 +5,7 @@ Negative numbers with siunitx
\SI{123}{\celsius}
^D
-[Para [Str "123\160\176C"]]
+[ Para [ Str "123\160\176C" ] ]
```
```
@@ -13,7 +13,7 @@ Negative numbers with siunitx
\SI{-123}{\celsius}
^D
-[Para [Str "\8722\&123\160\176C"]]
+[ Para [ Str "\8722\&123\160\176C" ] ]
```
```
@@ -21,7 +21,7 @@ Negative numbers with siunitx
\SI{+123}{\celsius}
^D
-[Para [Str "123\160\176C"]]
+[ Para [ Str "123\160\176C" ] ]
```