diff options
| author | John MacFarlane <[email protected]> | 2024-02-04 22:01:26 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-04 22:01:26 -0800 |
| commit | 1e05f32ead3da5bf8c81f78f2c7ccb2971e69044 (patch) | |
| tree | 17f93b0399f7f09f88a287700350e26b6b0e5acc /test/typst-reader.native | |
| parent | c38623a7ee790ec35d8e279fbf839f4c3753d6c7 (diff) | |
Typst reader: fix character used for `norm`.
See jgm/typst-hs#38.
Diffstat (limited to 'test/typst-reader.native')
| -rw-r--r-- | test/typst-reader.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/typst-reader.native b/test/typst-reader.native index 0e00bc1ab..3095cea29 100644 --- a/test/typst-reader.native +++ b/test/typst-reader.native @@ -4045,7 +4045,7 @@ Pandoc ( "" , [ "box" ] , [] ) [ Math InlineMath - "\\left. \\parallel{} \\right.\\parallel" + "\\left\\| {} \\right\\|" , Str "\8192" , Code ( "" , [] , [] ) "norm(\"\")" ] |
