js> var str = "He said
"Hello World
"";
js: "<stdin>", line 5: unterminated string literal
js: var str = "He said
js: ..................^
js> js: "<stdin>", line 6: unterminated string literal
js: "Hello World
js: ...........^
Not sure if this is an issue with Rhino or Narwhal, but I thought I would create an issue either way on the off chance that nobody else has discovered this.
Example:
When I input this in to the interpreter
and hit enter, it gets twisted in to this:
Using Narwhal w/ Rhino 1.7 release 3 PRERELEASE 2009 04 05.
Not sure if this is an issue with Rhino or Narwhal, but I thought I would create an issue either way on the off chance that nobody else has discovered this.