Menu

#39 Colorizer mis-interprets escaped quotes

open
nobody
None
5
2002-10-12
2002-10-12
No

I have noticed that at least in the Makefile mode, the
syntax colorizer doesn't distinguish between escaped
and unescaped quotes.

The following line:
awk -F\" '/REL/ {print $$2}'

causes the remainder of the content to be displayed as
a literal until another double quote (escaped or
unescaped) is encountered

Discussion


Log in to post a comment.

MongoDB Logo MongoDB