emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/lua-mode 3e89784 454/468: Fix test suite names


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 3e89784 454/468: Fix test suite names
Date: Thu, 5 Aug 2021 04:59:28 -0400 (EDT)

branch: elpa/lua-mode
commit 3e89784f5e7ae5d47e99ba8b9403d14df7490089
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    Fix test suite names
---
 test/test-strings-and-comments.el | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/test/test-strings-and-comments.el 
b/test/test-strings-and-comments.el
index 4476172..cf928eb 100644
--- a/test/test-strings-and-comments.el
+++ b/test/test-strings-and-comments.el
@@ -450,21 +450,21 @@
   (describe "respects limit"
     (lua--parametrize-tests
      (limit navigation-spec test-name)
-     ((6 "  <1>   <2>   " "respect limit in whitespace")
+     ((6 "  <1>   <2>   " "in whitespace")
       (1 "     <2><1>   " "don't move if limit is before point")
-      (8 "--  <1>   <2>  \n" "respect limit when escaping single-line comment 
1")
-      (8 "--  <1>  \n<2>  " "respect limit when escaping single-line comment 
2")
-      (8 "--  <1>   <2>\n  " "respect limit when escaping single-line comment 
3")
-      (8 "--[[<1>   <2> ]] \n" "respect limit when escaping multi-line comment 
1")
-      (8 "--[[<1>  ]<2>] \n" "respect limit when escaping multi-line comment 
1")
-      (8 "--[[<1>   <2> ]] \n" "respect limit when escaping multi-line comment 
1")
-
-      (7 "--  <1>@s<2>ee x   " "respect limit when escaping single-line luadoc 
comment")
-      (8 "--  <1>@se<2>e x   " "respect limit when escaping single-line luadoc 
comment")
-      (9 "--  <1>@see<2> x   " "respect limit when escaping single-line luadoc 
comment")
-      (7 "--[[<1>@s<2>ee x]] " "respect limit when escaping single-line luadoc 
comment")
-      (8 "--[[<1>@se<2>e x]] " "respect limit when escaping single-line luadoc 
comment")
-      (9 "--[[<1>@see<2> x]] " "respect limit when escaping single-line luadoc 
comment")
+      (8 "--  <1>   <2>  \n" "when escaping single-line comment 1")
+      (8 "--  <1>  \n<2>  " "when escaping single-line comment 2")
+      (8 "--  <1>   <2>\n  " "when escaping single-line comment 3")
+      (8 "--[[<1>   <2> ]] \n" "when escaping multi-line comment 1")
+      (8 "--[[<1>  ]<2>] \n" "when escaping multi-line comment 1")
+      (8 "--[[<1>   <2> ]] \n" "when escaping multi-line comment 1")
+
+      (7 "--  <1>@s<2>ee x   " "when escaping single-line luadoc comment")
+      (8 "--  <1>@se<2>e x   " "when escaping single-line luadoc comment")
+      (9 "--  <1>@see<2> x   " "when escaping single-line luadoc comment")
+      (7 "--[[<1>@s<2>ee x]] " "when escaping multi-line luadoc comment")
+      (8 "--[[<1>@se<2>e x]] " "when escaping multi-line luadoc comment")
+      (9 "--[[<1>@see<2> x]] " "when escaping multi-line luadoc comment")
       )
      :it (replace-regexp-in-string "\n" "\\\\n" (format "%s: limit=%S %S" 
test-name limit navigation-spec))
      (expect navigation-spec



reply via email to

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