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

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

[elpa] externals/phps-mode f789468 172/405: Took notes of new indentatio


From: Stefan Monnier
Subject: [elpa] externals/phps-mode f789468 172/405: Took notes of new indentation tests
Date: Sat, 13 Jul 2019 10:00:07 -0400 (EDT)

branch: externals/phps-mode
commit f789468c668f12209135aaad12d4ad6a1f4eb91d
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    Took notes of new indentation tests
---
 phps-mode-test-functions.el | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/phps-mode-test-functions.el b/phps-mode-test-functions.el
index 57af0eb..e773199 100644
--- a/phps-mode-test-functions.el
+++ b/phps-mode-test-functions.el
@@ -163,6 +163,29 @@
    ;; (message "Tokens: %s" phps-mode-lexer-tokens)
    (should (equal '((1 (0 0)) (2 (0 0)) (3 (0 0)) (4 (0 0)) (5 (0 0)) (6 (0 
0))) (phps-mode-test-functions--hash-to-list 
(phps-mode-functions-get-lines-indent)))))
 
+  ;; TODO
+  ;;     // Can we load configuration?
+  ;;     if ($configuration::load(
+  ;;         
self::getParameter(self::PARAMETER_CONFIGURATION_INTERNAL_FILENAME),
+  ;;         
self::getParameter(self::PARAMETER_CONFIGURATION_EXTERNAL_FILENAME),
+  ;;         self::getParameter(self::PARAMETER_STRUCTURE_INTERNAL_FILENAME),
+  ;;     self::getParameter(self::PARAMETER_STRUCTURE_EXTERNAL_FILENAME))
+  ;; ) {
+
+  ;; TODO
+  ;; /**
+  ;;    * @var string
+  ;;    */
+
+  ;; TODO
+  ;; public function __construct($parameters = null)
+  ;;   {
+
+  ;; TODO
+  ;;                     /** @define _SYSTEM_START_TIME_     Startup time for 
system */
+  ;;                   define('_SYSTEM_START_TIME_', microtime(true));
+
+
   )
 
 (defun phps-mode-test-functions-indent-line ()



reply via email to

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