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

\r\n in TextAsset.text does not support #4

Open
styrbo2 opened this issue Feb 12, 2021 · 1 comment
Open

\r\n in TextAsset.text does not support #4

styrbo2 opened this issue Feb 12, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@styrbo2
Copy link

styrbo2 commented Feb 12, 2021

source text: name1,"names:1,2,3"\r\nname2,"names:4,5,6"\r\n
result:
name1
names:1,2,3
\r
name2
names:4,5,6
\r

yutokun added a commit that referenced this issue Mar 14, 2022
yutokun added a commit that referenced this issue Mar 14, 2022
@yutokun
Copy link
Owner

yutokun commented Mar 14, 2022

Thank you for your report! I'm sorry for the late reply.

Now your case has been added to the test and passed successfully.
Of course, parsed correctly on TextAsset in Unity on my environment.

スクリーンショット 2022-03-15 001959

@yutokun yutokun self-assigned this Mar 14, 2022
@yutokun yutokun added the bug Something isn't working label Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants