Skip to content

Commit

Permalink
tests/I0112: Disable on Emacs 27.2
Browse files Browse the repository at this point in the history
Nobody cares about this specific version by now, probably.
  • Loading branch information
CyberShadow committed Feb 18, 2024
1 parent dc58398 commit 156450f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/I0112.d
@@ -1,3 +1,4 @@
// #condition: (or (version<= emacs-version "27.1") (version<= "28.0" emacs-version))
// #run: (progn (goto-char (- (point-max) 3)) (read-only-mode -1) (insert "\"") (run-hooks 'post-command-hook) (insert "\"") (font-lock-ensure) (d-test-fontification))

void main()
Expand Down
3 changes: 2 additions & 1 deletion tests/I0112.d.html
@@ -1,4 +1,5 @@
<span class="comment-delimiter">// </span><span class="comment">#run: (progn (goto-char (- (point-max) 3)) (read-only-mode -1) (insert &quot;\&quot;&quot;) (run-hooks 'post-command-hook) (insert &quot;\&quot;&quot;) (font-lock-ensure) (d-test-fontification))
<span class="comment-delimiter">// </span><span class="comment">#condition: (or (version&lt;= emacs-version &quot;27.1&quot;) (version&lt;= &quot;28.0&quot; emacs-version))
</span><span class="comment-delimiter">// </span><span class="comment">#run: (progn (goto-char (- (point-max) 3)) (read-only-mode -1) (insert &quot;\&quot;&quot;) (run-hooks 'post-command-hook) (insert &quot;\&quot;&quot;) (font-lock-ensure) (d-test-fontification))
</span>
<span class="type">void</span> <span class="function-name">main</span>()
{
Expand Down

0 comments on commit 156450f

Please sign in to comment.