PreviousNextTracker indexSee it online !

(146/211) 3849 - Escaped quotes in shell script.

This looks a lot like [#3732] but I'm running 5.1.0 so that's fixed according to the changelog. `Edit mode=shellscript`, enter the following text:

echo escaped quotes don\'t count
echo do they

and it will look like the ' opens a string, even though the backslash-as-escape does escape it on the command line.
Help|About says: jEdit 5.1.0 server mode, using Sun Microsystems inc Java 1.6.0_27.

Submitted chrishodgesuk - 2014-01-30 14:42:07.452000 Assigned
Priority 5 Labels text area and syntax packages
Status open Group minor bug
Resolution None

Comments

2014-02-11 01:18:23.604000
vampire0

- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -1,4 +1,4 @@
-This looks a lot like http://sourceforge.net/p/jedit/bugs/3732/ but I'm running 5.1.0 so that's fixed according to the changelog. `Edit mode=shellscript`, enter the following text:
+This looks a lot like [#3732] but I'm running 5.1.0 so that's fixed according to the changelog. `Edit mode=shellscript`, enter the following text:

echo escaped quotes don\'t count
echo do they

~~~~