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

fix: transformer support calc grammar #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a755956503
Copy link

@a755956503 a755956503 commented May 11, 2023

调整transform方法带括号时,使用数组进行中间信息保存,还原时添加空格
fix #111

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (441a3af) 96.07% compared to head (d63226a) 96.07%.

❗ Current head d63226a differs from pull request most recent head cda9a7a. Consider uploading reports for the commit cda9a7a to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   96.07%   96.07%           
=======================================
  Files          22       22           
  Lines        1706     1706           
  Branches      286      286           
=======================================
  Hits         1639     1639           
  Misses         67       67           
Impacted Files Coverage Δ
src/transformers/legacyLogicalProperties.ts 98.93% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@MadCcc
Copy link
Member

MadCcc commented Jul 5, 2023

能写个测试用例么

1 similar comment
@afc163
Copy link
Member

afc163 commented Jan 27, 2024

能写个测试用例么

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.

内置的transform方法在处理calc时有可能清掉空格导致出错
4 participants