We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Added a test from #4
8257d0a
Added a test from #4 (thx @styrbo)
0202b9c
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.
Sorry, something went wrong.
yutokun
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: