Skip to content

Commit

Permalink
Add dump c-syntactic-context in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Sep 17, 2022
1 parent a9fe541 commit 63ea8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/php-mode-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ be processed."
(let ((current-offset (current-indentation)))
(unless (eq current-offset offset)
(list :line (line-number-at-pos)
:context (c-guess-basic-syntax)
:expected offset
:actual current-offset))))))
(let (directives answers)
Expand Down

0 comments on commit 63ea8e1

Please sign in to comment.