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

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

[elpa] externals/phps-mode 481deb6331 082/212: More work on indentation


From: Christian Johansson
Subject: [elpa] externals/phps-mode 481deb6331 082/212: More work on indentation
Date: Wed, 26 Jan 2022 01:50:57 -0500 (EST)

branch: externals/phps-mode
commit 481deb633100e8d26a0c68325e9ed5f502130cca
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    More work on indentation
---
 test/phps-mode-test-lex-analyzer.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/test/phps-mode-test-lex-analyzer.el 
b/test/phps-mode-test-lex-analyzer.el
index 7b916975f0..c4fbd04700 100644
--- a/test/phps-mode-test-lex-analyzer.el
+++ b/test/phps-mode-test-lex-analyzer.el
@@ -720,9 +720,6 @@
    "<html><head><title><?php if ($myCondition) {\nif ($mySeconCondition) {\n   
 echo $title;\n\n} ?></title><body>Bla bla</body></html>"
    "Curly bracket test")
 
-  (phps-mode-test-lex-analyzer--indent-should-equal
-   "<html><head><title><?php if ($myCondition) {\nif ($mySeconCondition) {\n   
 echo $title1;\n} ?></title><body>Bla bla</body></html>")
-
   (phps-mode-test-lex-analyzer--indent-should-equal
    "<html><head><title><?php if ($myCondition) {\nif ($mySeconCondition) 
{\necho $title2;\n\n} ?></title><body>Bla bla</body></html>"
    "Curly bracket test 3")



reply via email to

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