emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Compro Prasad <comproprasad@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: Error in org-babel due to adding comments at the end in js codeblock
Date: Mon, 21 Nov 2016 23:29:46 +0100	[thread overview]
Message-ID: <877f7wii05.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAF5vbPkJcOGttgREVLTsrdDHu-bA1Eiu_tzMpBa5cEusUV19xw@mail.gmail.com> (Compro Prasad's message of "Sun, 20 Nov 2016 20:53:42 +0530")

Hello,

Compro Prasad <comproprasad@gmail.com> writes:

> #+BEGIN_SRC js
> var school = { schoolName: "MIT" }
> console.log(school.hasOwnProperty("schoolName")) // true
> #+END_SRC
>
> The execution of the above codeblock produces error because of the
> comment at the end.
>
> I realised it when I opened the temporary file org-babel was using to
> execute the code. The temporary file had the following js code:
>
> require('sys').print(require('sys').inspect(function(){var school = {
> schoolName: "MIT" }
> console.log(school.hasOwnProperty("schoolName")) // true}()));
>
> And there were no errors for sure when I removed the comment.
>
> Hope the bug gets fixed.

Fixed, hopefully. Thank you.

Regards,

-- 
Nicolas Goaziou

      reply	other threads:[~2016-11-21 22:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-20 15:23 Bug: Error in org-babel due to adding comments at the end in js codeblock Compro Prasad
2016-11-21 22:29 ` Nicolas Goaziou [this message]

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.orgmode.org/

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

  git send-email \
    --in-reply-to=877f7wii05.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=comproprasad@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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/org-mode.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).