emacs-diffs
[Top][All Lists]
Advanced

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

master f572735: Fix the etags test suite


From: Eli Zaretskii
Subject: master f572735: Fix the etags test suite
Date: Mon, 17 May 2021 12:40:10 -0400 (EDT)

branch: master
commit f572735c5105a84da3175ae6cdad807fa103dfe1
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix the etags test suite
    
    * test/manual/etags/ETAGS.good_2:
    * test/manual/etags/ETAGS.good_3:
    * test/manual/etags/ETAGS.good_4:
    * test/manual/etags/ETAGS.good_5:
    * test/manual/etags/ETAGS.good_6:
    * test/manual/etags/CTAGS.good: Adjust to addition test.rs.
---
 test/manual/etags/CTAGS.good   | 3 +++
 test/manual/etags/ETAGS.good_2 | 5 +++++
 test/manual/etags/ETAGS.good_3 | 5 +++++
 test/manual/etags/ETAGS.good_4 | 5 +++++
 test/manual/etags/ETAGS.good_5 | 5 +++++
 test/manual/etags/ETAGS.good_6 | 5 +++++
 6 files changed, 28 insertions(+)

diff --git a/test/manual/etags/CTAGS.good b/test/manual/etags/CTAGS.good
index abaa2ea..3cffd6d 100644
--- a/test/manual/etags/CTAGS.good
+++ b/test/manual/etags/CTAGS.good
@@ -759,6 +759,7 @@ Install_Abort_Handler/p     ada-src/2ataspri.ads    /^   
procedure Install_Abort_Handle
 Install_Error_Handler/p        ada-src/2ataspri.adb    /^   procedure 
Install_Error_Handler (Handler : Syst/
 Install_Error_Handler/p        ada-src/2ataspri.ads    /^   procedure 
Install_Error_Handler (Handler : Syst/
 Invoking gzip  tex-src/gzip.texi       /^@node Invoking gzip, Advanced usage, 
Sample, Top$/
+IpAddrKind     rs-src/test.rs  3
 IsControlChar  pas-src/common.pas      /^function IsControlChar; (*($/
 IsControlCharName      pas-src/common.pas      /^function IsControlCharName($/
 Is_Set/f       ada-src/2ataspri.adb    /^   function  Is_Set (Cell : in 
TAS_Cell) return Bo/
@@ -984,6 +985,7 @@ MoveLayerBottom     lua-src/allegro.lua     /^function 
MoveLayerBottom ()$/
 MoveLayerTop   lua-src/allegro.lua     /^function MoveLayerTop ()$/
 Mtest.go       go-src/test.go  1
 Mtest.go       go-src/test.go  /^func main() {$/
+Mtest.rs       rs-src/test.rs  /^fn main() {$/
 Mtest1.go      go-src/test1.go 1
 Mtest1.go      go-src/test1.go /^func main() {$/
 Mx.cc  cp-src/x.cc     /^main(int argc, char *argv[])$/
@@ -4323,6 +4325,7 @@ test      php-src/ptest.php       /^test $/
 test-begin     scm-src/test.scm        /^(define-syntax test-begin$/
 test.me22b     lua-src/test.lua        /^   local function test.me22b (one)$/
 test.me_22a    lua-src/test.lua        /^   function test.me_22a(one, two)$/
+test1  rs-src/test.rs  /^fn test1() {$/
 test_undefined c-src/emacs/src/keyboard.c      /^test_undefined (Lisp_Object 
binding)$/
 texttreelist   prol-src/natded.prolog  /^texttreelist([]).$/
 there-is-a-=-in-the-middle!    scm-src/test.scm        /^(define 
(there-is-a-=-in-the-middle!) #t)$/
diff --git a/test/manual/etags/ETAGS.good_2 b/test/manual/etags/ETAGS.good_2
index 9b65c45..1c25683 100644
--- a/test/manual/etags/ETAGS.good_2
+++ b/test/manual/etags/ETAGS.good_2
@@ -3707,6 +3707,11 @@ module A9,57
     alias_method ( :foo2,foo237,586
 A::Constant Constant42,655
 
+rs-src/test.rs,52
+enum IpAddrKind 3,11
+fn test1(8,48
+fn main(12,88
+
 scm-src/test.scm,260
 (define hello 1,0
 (set! hello 3,32
diff --git a/test/manual/etags/ETAGS.good_3 b/test/manual/etags/ETAGS.good_3
index 7dab511..5b55818 100644
--- a/test/manual/etags/ETAGS.good_3
+++ b/test/manual/etags/ETAGS.good_3
@@ -3541,6 +3541,11 @@ module A9,57
     alias_method ( :foo2,foo237,586
 A::Constant Constant42,655
 
+rs-src/test.rs,52
+enum IpAddrKind 3,11
+fn test1(8,48
+fn main(12,88
+
 scm-src/test.scm,260
 (define hello 1,0
 (set! hello 3,32
diff --git a/test/manual/etags/ETAGS.good_4 b/test/manual/etags/ETAGS.good_4
index 14bdd1e..d54cf1c 100644
--- a/test/manual/etags/ETAGS.good_4
+++ b/test/manual/etags/ETAGS.good_4
@@ -3296,6 +3296,11 @@ module A9,57
     alias_method ( :foo2,foo237,586
 A::Constant Constant42,655
 
+rs-src/test.rs,52
+enum IpAddrKind 3,11
+fn test1(8,48
+fn main(12,88
+
 scm-src/test.scm,260
 (define hello 1,0
 (set! hello 3,32
diff --git a/test/manual/etags/ETAGS.good_5 b/test/manual/etags/ETAGS.good_5
index 9319572..af70a10 100644
--- a/test/manual/etags/ETAGS.good_5
+++ b/test/manual/etags/ETAGS.good_5
@@ -4276,6 +4276,11 @@ module A9,57
     alias_method ( :foo2,foo237,586
 A::Constant Constant42,655
 
+rs-src/test.rs,52
+enum IpAddrKind 3,11
+fn test1(8,48
+fn main(12,88
+
 scm-src/test.scm,260
 (define hello 1,0
 (set! hello 3,32
diff --git a/test/manual/etags/ETAGS.good_6 b/test/manual/etags/ETAGS.good_6
index 044518d..abf2186 100644
--- a/test/manual/etags/ETAGS.good_6
+++ b/test/manual/etags/ETAGS.good_6
@@ -4276,6 +4276,11 @@ module A9,57
     alias_method ( :foo2,foo237,586
 A::Constant Constant42,655
 
+rs-src/test.rs,52
+enum IpAddrKind 3,11
+fn test1(8,48
+fn main(12,88
+
 scm-src/test.scm,260
 (define hello 1,0
 (set! hello 3,32



reply via email to

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