branch: externals/phps-mode
commit 481deb633100e8d26a0c68325e9ed5f502130cca
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
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")