We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f926139 commit c3f96b7Copy full SHA for c3f96b7
tests/php-mode-test.el
@@ -66,6 +66,7 @@ be processed."
66
(lambda (offset)
67
(let ((current-offset (current-indentation)))
68
(unless (eq current-offset offset)
69
+ (warn "line: %d context: %s\n" (line-number-at-pos) (c-guess-basic-syntax))
70
(list :line (line-number-at-pos)
71
:expected offset
72
:actual current-offset))))))
0 commit comments