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

Leading backslash gets lost #2

Closed
mstruebing opened this issue Jan 4, 2018 · 0 comments
Closed

Leading backslash gets lost #2

mstruebing opened this issue Jan 4, 2018 · 0 comments
Labels

Comments

@mstruebing
Copy link
Contributor

mstruebing commented Jan 4, 2018

I don't know if this is intended but if not it should be documented I think.

When writing something like:

<span>\o/</span>

It results in

<span>o/</span>

On the other hand

<span>\\o/</span>

results in

<span>\o/</span>
mficzel added a commit to mficzel/fusion-afx that referenced this issue Oct 10, 2018
Previously only single quotes were escaped in afx text and string nodes. This changes
introduces a more generic escaping via addslashes that includes slashes, single- and double-quotes.
That way the rendered result of afx should match the expectation better.

resolves: neos#2
mficzel added a commit to mficzel/fusion-afx that referenced this issue Oct 10, 2018
Previously only single quotes were escaped in afx text nodes. This change
introduces a more generic escaping via addslashes that includes
slashes, single- and double-quotes. That way the rendered result of
afx will match the expectation better.

resolves: neos#2
kdambekalns pushed a commit to kdambekalns/fusion-afx that referenced this issue Dec 3, 2020
Previously only single quotes were escaped in afx text nodes. This change
introduces a more generic escaping via addslashes that includes
slashes, single- and double-quotes. That way the rendered result of
afx will match the expectation better.

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

No branches or pull requests

1 participant