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

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

[elpa] externals/phps-mode 7b62779 86/96: Added another TODO item


From: Christian Johansson
Subject: [elpa] externals/phps-mode 7b62779 86/96: Added another TODO item
Date: Fri, 29 Oct 2021 11:15:03 -0400 (EDT)

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

    Added another TODO item
---
 test/phps-mode-test-parser.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test/phps-mode-test-parser.el b/test/phps-mode-test-parser.el
index 010f91b..301defd 100644
--- a/test/phps-mode-test-parser.el
+++ b/test/phps-mode-test-parser.el
@@ -280,6 +280,13 @@
 
   ;; TODO Make this work
   ;; (phps-mode-test-parser--buffer-contents
+  ;;  "<?php echo 'here' ?>"
+  ;;  "Expression without trailing semi-colon but with close tag"
+  ;;  (lambda()
+  ;;    (phps-mode-parser-parse)))
+
+  ;; TODO Make this work
+  ;; (phps-mode-test-parser--buffer-contents
   ;;  "<?php\n$food = 'cake';\n\n$return_value = match ($food) {\n    'apple' 
=> 'This food is an apple',\n    'bar' => 'This food is a bar',\n    'cake' => 
'This food is a cake',\n};\n\nvar_dump($return_value);\n?>"
   ;;  "Example #2 Basic match usage"
   ;;  (lambda()



reply via email to

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