auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] [elpa] externals/auctex 5f99bc2929 3/6: Fix tabular test


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 5f99bc2929 3/6: Fix tabular test for siunitx v3
Date: Fri, 14 Jan 2022 04:44:36 -0500 (EST)

branch: externals/auctex
commit 5f99bc292940f12d8d8034e548045a6dee6fb8de
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Fix tabular test for siunitx v3
    
    * tests/latex/tabular-count-ampersands-in.tex:
    * tests/latex/tabular-count-ampersands-out.tex: Replace the s
    column specifier with S which is the only one provided by siunitx
    version 3.
---
 tests/latex/tabular-count-ampersands-in.tex  | 4 ++--
 tests/latex/tabular-count-ampersands-out.tex | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/latex/tabular-count-ampersands-in.tex 
b/tests/latex/tabular-count-ampersands-in.tex
index 28c9bc6538..2c18435f4e 100644
--- a/tests/latex/tabular-count-ampersands-in.tex
+++ b/tests/latex/tabular-count-ampersands-in.tex
@@ -73,9 +73,9 @@ dcolumn:
 
 siunitx:
 \begin{tabular}{%
-  s
+  S
   S[table-number-alignment = center]
-  s[table-number-alignment = left]
+  S[table-number-alignment = left]
   S[table-number-alignment = right]
   }
   1 & 2 & 3 & LaTeX-insert-item
diff --git a/tests/latex/tabular-count-ampersands-out.tex 
b/tests/latex/tabular-count-ampersands-out.tex
index add9fd8056..01ff1e2404 100644
--- a/tests/latex/tabular-count-ampersands-out.tex
+++ b/tests/latex/tabular-count-ampersands-out.tex
@@ -88,9 +88,9 @@ dcolumn:
 
 siunitx:
 \begin{tabular}{%
-  s
+  S
   S[table-number-alignment = center]
-  s[table-number-alignment = left]
+  S[table-number-alignment = left]
   S[table-number-alignment = right]
   }
   1 & 2 & 3 & LaTeX-insert-item \\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]