aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.at4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 3a2fc2e..3728723 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -232,6 +232,10 @@ AT_DATA([expout], [[1058
1058
]])
AT_CHECK([[printf "ТЕСТ" | $SCITECO -qe '<^TUa Qa:; Qa=>']], 0, expout, ignore)
+# Writing to stdout should not perform any unexpected EOL translations.
+# When using --stdin/--stdout, we can rely on the builtin EOL normalization.
+TE_CHECK([[10^T]], 0, stdout, ignore)
+TE_CHECK([[16,0ED @EB/stdout/ Z-1"N(0/0)' 0A-10"N(0/0)']], 0, ignore, ignore)
AT_CLEANUP
AT_SETUP([Convert between line and glyph positions])