Skip to content

Commit c3f96b7

Browse files
committed
Add dump c-syntactic-context in test
1 parent f926139 commit c3f96b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/php-mode-test.el

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ be processed."
6666
(lambda (offset)
6767
(let ((current-offset (current-indentation)))
6868
(unless (eq current-offset offset)
69+
(warn "line: %d context: %s\n" (line-number-at-pos) (c-guess-basic-syntax))
6970
(list :line (line-number-at-pos)
7071
:expected offset
7172
:actual current-offset))))))

0 commit comments

Comments
 (0)