This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  5f99bc292940f12d8d8034e548045a6dee6fb8de (commit)
      from  d1335f5dc3219a4434ccfd321ed228a4a29160d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5f99bc292940f12d8d8034e548045a6dee6fb8de
Author: Arash Esbati <[email protected]>
Date:   Thu Jan 6 22:10:21 2022 +0100

    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.

diff --git a/tests/latex/tabular-count-ampersands-in.tex 
b/tests/latex/tabular-count-ampersands-in.tex
index 28c9bc65..2c18435f 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 add9fd80..01ff1e24 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 \\

-----------------------------------------------------------------------

Summary of changes:
 tests/latex/tabular-count-ampersands-in.tex  | 4 ++--
 tests/latex/tabular-count-ampersands-out.tex | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to