mirror of
				https://github.com/tc39/test262.git
				synced 2025-11-04 05:33:50 +01:00 
			
		
		
		
	Extend the test generation tool to emit the recently-modified format of the "negative" meta-data. Update the effected test case files accordingly.
		
			
				
	
	
		
			14 lines
		
	
	
		
			376 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			376 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// This file was procedurally generated from the following sources:
 | 
						|
// - tools/generation/test/fixtures/negative.case
 | 
						|
// - tools/generation/test/fixtures/negative/negative.template
 | 
						|
/*---
 | 
						|
description: foobar (The "negative" field should be emitted in the output files)
 | 
						|
es6id: 1.2.3
 | 
						|
flags: [generated]
 | 
						|
negative:
 | 
						|
  phase: early
 | 
						|
  type: ReferenceError
 | 
						|
info: |
 | 
						|
    case info
 | 
						|
---*/
 |