orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
42 stars 3 forks source link

minor escaping problem in web UI #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The web interface is introducing extra backslashes somewhere.

Steps to reproduce:
1. Go to http://orc.csres.utexas.edu/tryorc.shtml
2. Run the following program: "\""

Expected output: "\""
Seen instead: "\\""

Original issue reported on code.google.com by adrianqu...@gmail.com on 14 Apr 2009 at 4:51

GoogleCodeExporter commented 9 years ago

Original comment by adrianqu...@gmail.com on 15 Apr 2009 at 3:41

GoogleCodeExporter commented 9 years ago
Fixed in r1107.

Original comment by adrianqu...@gmail.com on 17 Apr 2009 at 4:23