Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\f and \n translation to #\linefeed #28

Open
kongotania opened this issue Sep 30, 2020 · 0 comments
Open

\f and \n translation to #\linefeed #28

kongotania opened this issue Sep 30, 2020 · 0 comments

Comments

@kongotania
Copy link

When parsing strings that have form feeds (\f) and new lines (\n) the parse function translate this escape character to the same common lisp value (#\linefeed), so if you compare them, they are equal.
(equal (parse "\"foo\nbar\"") (parse "\"foo\fbar\"")) ==t
Is this correct?. Shouldn't be replace \f by #\page (code-char 12) the correct behavior?.
regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant