mirror of
				https://github.com/tc39/test262.git
				synced 2025-11-04 05:33:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			866 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			866 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// This file was procedurally generated from the following sources:
 | 
						|
// - tools/generation/test/fixtures/glob-expr.case
 | 
						|
// - tools/generation/test/fixtures/glob-expr/b/normal.template
 | 
						|
/*---
 | 
						|
description: foobar (First template name)
 | 
						|
es6id: 1.2.3
 | 
						|
flags: [generated, a, b, c, d]
 | 
						|
includes: [foo.js]
 | 
						|
info: |
 | 
						|
    template info
 | 
						|
 | 
						|
    case info
 | 
						|
---*/
 | 
						|
 | 
						|
before-First value-between-Third value (Special characters like `≠` should be tolerated.)-after
 | 
						|
 | 
						|
before*Second value*between*First value*after
 | 
						|
 | 
						|
before/* " */Third value (Special characters like `≠` should be tolerated.)after
 | 
						|
 | 
						|
// Special characters like `≠` should be tolerated.
 | 
						|
 | 
						|
The following should not be expanded:
 | 
						|
 | 
						|
/* */*{ first }*/
 | 
						|
/*
 | 
						|
*/*{ first }*/
 | 
						|
//*{ first }*/
 | 
						|
// /*{ first }*/
 | 
						|
Quote characters: " ' `
 | 
						|
"Quote characters: ' ' `"
 | 
						|
'Quote characters: " " `'
 | 
						|
`
 | 
						|
Quote characters: " ' '`
 | 
						|
 | 
						|
'This is "teardown" code.';
 |