diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/meta/figure-localization.png | bin | 4493 -> 6629 bytes | |||
| -rw-r--r-- | tests/ref/text/quotes.png | bin | 80933 -> 86003 bytes | |||
| -rw-r--r-- | tests/typ/meta/figure-localization.typ | 8 | ||||
| -rw-r--r-- | tests/typ/text/quotes.typ | 3 |
4 files changed, 11 insertions, 0 deletions
diff --git a/tests/ref/meta/figure-localization.png b/tests/ref/meta/figure-localization.png Binary files differindex b0b708d9..5fcbd2b7 100644 --- a/tests/ref/meta/figure-localization.png +++ b/tests/ref/meta/figure-localization.png diff --git a/tests/ref/text/quotes.png b/tests/ref/text/quotes.png Binary files differindex 757e7478..535c2829 100644 --- a/tests/ref/text/quotes.png +++ b/tests/ref/text/quotes.png diff --git a/tests/typ/meta/figure-localization.typ b/tests/typ/meta/figure-localization.typ index e6bde0e4..144d9d67 100644 --- a/tests/typ/meta/figure-localization.typ +++ b/tests/typ/meta/figure-localization.typ @@ -24,3 +24,11 @@ polygon.regular(size: 1cm, vertices: 8), caption: [Пятиугольник], ) + +--- +// Test Greek +#set text(lang: "gr") +#figure( + circle(), + caption: [Ένας κύκλος.], +) diff --git a/tests/typ/text/quotes.typ b/tests/typ/text/quotes.typ index e8a56b4d..3b4eb6ba 100644 --- a/tests/typ/text/quotes.typ +++ b/tests/typ/text/quotes.typ @@ -25,6 +25,9 @@ #set text(lang: "fi") "Hevonen ei syö kurkkusalaattia" oli ensimmäinen koskaan 'puhelimessa' lausuttu lause. +#set text(lang: "gr") +"Το άλογο δεν τρώει αγγουροσαλάτα" ήταν η πρώτη πρόταση που ειπώθηκε στο 'τηλέφωνο'. + #set text(lang: "he") "הסוס לא אוכל סלט מלפפונים" היה המשפט ההראשון שנאמר ב 'טלפון'. |
