소스 검색

Update TeX Live expectations to 2026 (#31997)

New version released 3rd of March

GitOrigin-RevId: 4d24681719c586025ce7c6c5afc5e46ca7180129
Andrew Rumble 5 달 전
부모
커밋
7cb58a31d8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      server-ce/test/sandboxed-compiles.spec.ts

+ 2 - 2
server-ce/test/sandboxed-compiles.spec.ts

@@ -294,11 +294,11 @@ describe('SandboxedCompiles', function () {
       cy.log('wait for compile')
       cy.findByRole('region', { name: 'PDF preview' }).findByText('sandboxed')
 
-      cy.log('Check which compiler version was used, expect 2025')
+      cy.log('Check which compiler version was used, expect 2026')
       cy.findByRole('button', { name: 'View logs' }).click()
       cy.findByLabelText('Raw logs from the LaTeX compiler').within(() => {
         cy.findByRole('button', { name: 'Expand' }).click()
-        cy.findByText(/This is pdfTeX, Version .+ \(TeX Live 2025\) /)
+        cy.findByText(/This is pdfTeX, Version .+ \(TeX Live 2026\) /)
       })
 
       cy.log('Check that there is no TeX Live version toggle')