Arvind29 / yooreeka

Automatically exported from code.google.com/p/yooreeka
0 stars 0 forks source link

bsh Console fails to create a String #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the latest jar
2. Set CLASSPATH to include jar
3. run bsh Console
4. Try to create a simple String
5. Fail

What is the expected output? What do you see instead?

I was actually expecting no output from creating a String. What I see instead 
is Error: Parser Error (See attached image)

What version of the product are you using? On what operating system?

Linux Mint 14

Please provide any additional information below.

See attached image

Original issue reported on code.google.com by christop...@gmail.com on 31 Mar 2013 at 6:30

Attachments:

GoogleCodeExporter commented 9 years ago
This has nothing to do with the Yooreeka project. You are not escaping the 
single quote properly. Please, read the section on escape characters in the 
java spec:

http://docs.oracle.com/javase/specs/jls/se7/html/jls-3.html#jls-3.10.6

Original comment by ba...@marmanis.com on 3 May 2013 at 12:58