Skip to content

Commit

Permalink
Add test for multi-byte characeters
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-rossati committed Nov 11, 2024
1 parent 6847563 commit 501b89f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/facade/evaluatorFacade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ describe('An evaluator facade', () => {
fourth: {
fifth: '',
['x'.repeat(50)]: 'x'.repeat(255),
'multi-byte character': '♥'.repeat(255),
},
'fourth-arr': [
null,
Expand Down

0 comments on commit 501b89f

Please # to comment.