branch: elpa/php-mode
commit c3f96b79329688f14539aacb2b5fd682b3cc7ba2
Author: USAMI Kenta <[email protected]>
Commit: USAMI Kenta <[email protected]>
Add dump c-syntactic-context in test
---
tests/php-mode-test.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/php-mode-test.el b/tests/php-mode-test.el
index bcddc7bf10..6e10a9914e 100644
--- a/tests/php-mode-test.el
+++ b/tests/php-mode-test.el
@@ -66,6 +66,7 @@ be processed."
(lambda (offset)
(let ((current-offset (current-indentation)))
(unless (eq current-offset offset)
+ (warn "line: %d context: %s\n" (line-number-at-pos)
(c-guess-basic-syntax))
(list :line (line-number-at-pos)
:expected offset
:actual current-offset))))))