emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] ob-java: Allow import to end with asterisk


From: John Herrlin
Subject: [PATCH] ob-java: Allow import to end with asterisk
Date: Tue, 26 Jan 2021 08:53:38 +0100
User-agent: mu4e 1.4.13; emacs 27.1

Hey,

I found this case:

#+BEGIN_SRC java
  import static java.lang.System.*;

  out.println("Hejsan");
#+END_SRC

And it seems to me that the import regex dont see the asterisk.

I attached a possible patch.

Stay safe!


Attachment: 0001-ob-java-Allow-import-to-end-with-asterisk.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]