aboutsummaryrefslogtreecommitdiffstats
path: root/test/mbprintf4.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/mbprintf4.ok')
-rw-r--r--test/mbprintf4.ok81
1 files changed, 81 insertions, 0 deletions
diff --git a/test/mbprintf4.ok b/test/mbprintf4.ok
new file mode 100644
index 00000000..9b9dd4e2
--- /dev/null
+++ b/test/mbprintf4.ok
@@ -0,0 +1,81 @@
+printf %c ú
+|ú|
+|ú|
+| ú|
+| ú|
+| ú|
+printf %-c ú
+|ú|
+|ú|
+|ú |
+|ú |
+|ú |
+
+printf %s ú
+|ú|
+|ú|
+| ú|
+| ú|
+| ú|
+printf %-s ú
+|ú|
+|ú|
+|ú |
+|ú |
+|ú |
+
+
+printf %c último
+|ú|
+|ú|
+| ú|
+| ú|
+| ú|
+printf %-c último
+|ú|
+|ú|
+|ú |
+|ú |
+|ú |
+
+printf %s último
+|último|
+|último|
+|último|
+| ú|
+|últim|
+printf %-s último
+|último|
+|último|
+|último|
+|ú |
+|últim|
+
+
+printf %c áé
+|á|
+|á|
+| á|
+| á|
+| á|
+printf %-c áé
+|á|
+|á|
+|á |
+|á |
+|á |
+
+printf %s áé
+|áé|
+|áé|
+| áé|
+| á|
+| áé|
+printf %-s áé
+|áé|
+|áé|
+|áé |
+|á |
+|áé |
+
+