diff options
Diffstat (limited to 'tests/ref/fate/bprint')
-rw-r--r-- | tests/ref/fate/bprint | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/ref/fate/bprint b/tests/ref/fate/bprint new file mode 100644 index 0000000000..b33c1ae6e7 --- /dev/null +++ b/tests/ref/fate/bprint @@ -0,0 +1,16 @@ +Short text in unlimited buffer: 174/174 + 1 + 1 1 + 1 2 1 + 1 3 3 1 + 1 4 6 4 1 + 1 5 10 10 5 1 + +Long text in unlimited buffer: 2834/2834 +Long text in limited buffer: 2047/2834 +Short text in automatic buffer: 174/174 +Long text in automatic buffer: 1000/2834 +Long text count only buffer: 0/2834 +Long text count only buffer: 255/2834 +strftime full: 255/10 "2000-12-20" +strftime truncated: 255/10 "2000-12" |