diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/smartquotes-on-newline.png | bin | 0 -> 1625 bytes | |||
| -rw-r--r-- | tests/typ/bugs/smartquotes-on-newline.typ | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/ref/bugs/smartquotes-on-newline.png b/tests/ref/bugs/smartquotes-on-newline.png Binary files differnew file mode 100644 index 00000000..fdf4623a --- /dev/null +++ b/tests/ref/bugs/smartquotes-on-newline.png diff --git a/tests/typ/bugs/smartquotes-on-newline.typ b/tests/typ/bugs/smartquotes-on-newline.typ new file mode 100644 index 00000000..3180350e --- /dev/null +++ b/tests/typ/bugs/smartquotes-on-newline.typ @@ -0,0 +1,7 @@ +// Test that smart quotes are inferred correctly across newlines. + +--- +"test"#linebreak()"test" + +"test"\ +"test" |
