unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Mauro Aranda <maurooaranda@gmail.com>
To: Protesilaos Stavrou <info@protesilaos.com>, 66042@debbugs.gnu.org
Cc: Lei Zhu <julytreee@gmail.com>
Subject: bug#66042: 30.0.50; ERT test fails while trying to indent pretty-print
Date: Sun, 17 Sep 2023 08:46:45 -0300	[thread overview]
Message-ID: <1e34611f-dfbb-47c4-d299-f4083666c267@gmail.com> (raw)
In-Reply-To: <8734zd8gzx.fsf@protesilaos.com>

Hi Prot,

Protesilaos Stavrou <info@protesilaos.com> writes:

 > Dear maintainers,
 >
 > I have encountered a possible bug with an ERT test where it is trying to
 > perform indentation and fails with:
 >
 >     lisp-indent-initial-state: Wrong type argument: wholenump, -2
 >
 > This is the test I am running:
 >
 >     (defun test-case (text pos expected)
 >       (with-temp-buffer
 >         (insert text)
 >         (goto-char pos)
 >         (backward-kill-word 1)
 >         (should (string-equal (buffer-string) expected))))
 >
 >     (ert-deftest my-test ()
 >       (test-case "aaa)))" 7 "aaa"))

I tried to reproduce it on current master, but I couldn't.  I ran the
test interactively, in case that makes a difference.






  reply	other threads:[~2023-09-17 11:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-17  6:13 bug#66042: 30.0.50; ERT test fails while trying to indent pretty-print Protesilaos Stavrou
2023-09-17 11:46 ` Mauro Aranda [this message]
2023-09-17 11:47 ` Stefan Kangas
2023-09-18  4:54   ` Protesilaos Stavrou
2023-09-18  9:30     ` Mauro Aranda

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1e34611f-dfbb-47c4-d299-f4083666c267@gmail.com \
    --to=maurooaranda@gmail.com \
    --cc=66042@debbugs.gnu.org \
    --cc=info@protesilaos.com \
    --cc=julytreee@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).