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

string support escape #310

Merged
merged 2 commits into from
Mar 31, 2024
Merged

string support escape #310

merged 2 commits into from
Mar 31, 2024

Conversation

DQinYuan
Copy link
Collaborator

现状: QLExpress 不支持转义字符, 所有的转义字符会被去除斜杠,比如 "\n" 在运行时会变成 n

新规则:

  • 支持常见转义字符 \n \t
  • 不支持的转义字符和之前兼容, 比如 \a 会被解析成 a

@DQinYuan
Copy link
Collaborator Author

#301

@DQinYuan
Copy link
Collaborator Author

再支持下 \r

@DQinYuan
Copy link
Collaborator Author

DQinYuan commented Jan 7, 2024

\r 已支持

@DQinYuan DQinYuan merged commit b7f361f into master Mar 31, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant