Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
feat(formula): update color system (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhang Shi authored Jul 27, 2022
1 parent 32ea97c commit ed5095d
Show file tree
Hide file tree
Showing 9 changed files with 2,217 additions and 826 deletions.
1 change: 1 addition & 0 deletions packages/formula/src/tests/feature/basic/basicType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const BasicTypeTestCase: TestCaseInterface = {
{ definition: '= 1 + 1 + 1 ' },
{ definition: '="string" & "fasd"' },
{ definition: '=true && false' },
{ definition: '=TRUE' },
{ definition: '=null' },
{ definition: '=[]' },
{ definition: '=DATE("1926-08-17")', label: 'Date' },
Expand Down
Loading

0 comments on commit ed5095d

Please sign in to comment.