mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Simplify test
This commit is contained in:
		
							parent
							
								
									b134467bd3
								
							
						
					
					
						commit
						5042d23bc4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1175,9 +1175,9 @@ describe('MFM', () => {
 | 
			
		|||
			});
 | 
			
		||||
 | 
			
		||||
			it('require spaces', () => {
 | 
			
		||||
				const tokens = parse('湊おじたん@4日目_L38b #pixiv https://www.pixiv.net/member_illust.php');
 | 
			
		||||
				const tokens = parse('4日目_L38b a_b');
 | 
			
		||||
				assert.deepStrictEqual(tokens, [
 | 
			
		||||
					text('湊おじたん@4日目_L38b #pixiv https://www.pixiv.net/member_illust.php'),
 | 
			
		||||
					text('4日目_L38b a_b'),
 | 
			
		||||
				]);
 | 
			
		||||
			});
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue