diff options
| author | Luis David Licea Torres <luisliceatorres@gmail.com> | 2023-04-24 02:33:56 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-24 10:33:56 +0200 |
| commit | e5ea3ecbbb2cebe1f602996dff911d07e2f7741d (patch) | |
| tree | f72be4b805ee353d97d08c946fec61274c266205 /tests | |
| parent | b79121d4cf8cdddb7977cbb22b627ac4706434f0 (diff) | |
Spanish quote marks (#941)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/text/quotes.png | bin | 63338 -> 73727 bytes | |||
| -rw-r--r-- | tests/typ/text/quotes.typ | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/ref/text/quotes.png b/tests/ref/text/quotes.png Binary files differindex 20bf6828..14bcc933 100644 --- a/tests/ref/text/quotes.png +++ b/tests/ref/text/quotes.png diff --git a/tests/typ/text/quotes.typ b/tests/typ/text/quotes.typ index c63caa74..05812e7c 100644 --- a/tests/typ/text/quotes.typ +++ b/tests/typ/text/quotes.typ @@ -13,6 +13,12 @@ #set text(lang: "de", region: "CH") "Das Pferd frisst keinen Gurkensalat" war der erste jemals am 'Fernsprecher' gesagte Satz. +#set text(lang: "es", region: none) +"El caballo no come ensalada de pepino" fue la primera frase pronunciada por 'teléfono'. + +#set text(lang: "es", region: "MX") +"El caballo no come ensalada de pepino" fue la primera frase pronunciada por 'teléfono'. + #set text(lang: "fr", region: none) "Le cheval ne mange pas de salade de concombres" est la première phrase jamais prononcée au 'téléphone'. |
