Skip to content

Conversation

volrath
Copy link
Member

@volrath volrath commented Nov 24, 2017

Current behavior when reading a string like: "\u \v \w" is to produce only two character tokens:

((:node-type . :character) (:position . 1) (:form . "\\u \\v ") (:value . 0)) ((:node-type . :character) (:position . 6) (:form . "\\w") (:value . 119)) 

Included a test that ensures proper token generation.

Before this commit, reading something like "\u \v \w", would produce two char tokens, one with "\u \v " and another with "\w". Test included exemplifies solution.
@plexus plexus merged commit 9c1f379 into docstrings-and-conventions Nov 24, 2017
@vemv vemv deleted the parseclj-lex-character-fix branch September 11, 2023 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants