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

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

[elpa] externals/ruby-end a7723ccdd2 38/91: These two are mixed up.


From: ELPA Syncer
Subject: [elpa] externals/ruby-end a7723ccdd2 38/91: These two are mixed up.
Date: Wed, 25 Jan 2023 19:58:26 -0500 (EST)

branch: externals/ruby-end
commit a7723ccdd2aeb390a3c7905b40337b9030f8f80c
Author: Johan Andersson <johan.rejeep@gmail.com>
Commit: Johan Andersson <johan.rejeep@gmail.com>

    These two are mixed up.
---
 features/step-definitions/ruby-end-steps.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/features/step-definitions/ruby-end-steps.el 
b/features/step-definitions/ruby-end-steps.el
index 6b334c9e74..9d0084e1a0 100644
--- a/features/step-definitions/ruby-end-steps.el
+++ b/features/step-definitions/ruby-end-steps.el
@@ -22,11 +22,11 @@
       (lambda ()
         (backward-char 1)))
 
-(Given "^I set face to be comment$"
+(Given "^I set face to be string$"
        (lambda ()
          (add-text-properties (point-min) (point-max) '(face 
font-lock-string-face))))
 
-(Given "^I set face to be string$"
+(Given "^I set face to be comment$"
        (lambda ()
          (add-text-properties (point-min) (point-max) '(face 
font-lock-comment-face))))
 



reply via email to

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