mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Fix test
This commit is contained in:
		
							parent
							
								
									255222bfb4
								
							
						
					
					
						commit
						005d25a07b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -42,7 +42,7 @@ describe('Text', () => {
 | 
				
			||||||
		it('motion', () => {
 | 
							it('motion', () => {
 | 
				
			||||||
			const tokens = analyze('(((Strawberry))) Pasta');
 | 
								const tokens = analyze('(((Strawberry))) Pasta');
 | 
				
			||||||
			assert.deepEqual([
 | 
								assert.deepEqual([
 | 
				
			||||||
				{ type: 'motion', content: '***Strawberry***', motion: 'Strawberry' },
 | 
									{ type: 'motion', content: '(((Strawberry)))', motion: 'Strawberry' },
 | 
				
			||||||
				{ type: 'text', content: ' Pasta' }
 | 
									{ type: 'text', content: ' Pasta' }
 | 
				
			||||||
			], tokens);
 | 
								], tokens);
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue