Escaped single quotes are not properly handled#168
Escaped single quotes are not properly handled#168
Conversation
|
Apparently related to #149 |
|
@tj please put some eyes on this one :) |
|
I think you meant me ;) i'll try to take a look at it this week.
|
|
@ChiperSoft thanks much! |
|
@tj @shellscape @ChiperSoft I'm having the same issue as marked in this ticket: OraOpenSource/plsql-md-doc#21 It's due to single and double quote escaping in What do you think about providing an option called This suggestion is slightly different than @sdepold as it can handle for multiple languages. Oracle for instance, uses something called the If you're ok with this I don't mind submitting the PR with this change. _Note: could also call the parameter |
The added test demonstrates an improper handling of escaped single quotes. Will see if I can get this fixed somehow.
If the line is changed from
to
it will work.