django icon indicating copy to clipboard operation
django copied to clipboard

Fixed #23356: Removed hardcoded verbatim logic from Lexer.

Open atul-bhouraskar opened this issue 2 years ago • 1 comments

The verbatim tag was a special case handled in the Lexer. Added Parser.parse_verbatim() that can be called by any custom tag that needs to implement verbatim like behaviour.

atul-bhouraskar avatar Jul 23 '21 10:07 atul-bhouraskar

@felixxm Branch now rebased to main. Changes in main mean that create_token() is now even simpler! Thanks for your time.

atul-bhouraskar avatar Aug 20 '21 21:08 atul-bhouraskar

Closing per comment.

felixxm avatar Feb 23 '23 07:02 felixxm