fork from https://github.com/mozilla/pdf.js.git
This commit is contained in:
19
external/builder/fixtures/if-nested.js
vendored
Normal file
19
external/builder/fixtures/if-nested.js
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
'use strict';
|
||||
//#if TRUE
|
||||
var a;
|
||||
|
||||
//#if TRUE
|
||||
var b;
|
||||
//#else
|
||||
var c;
|
||||
//#endif
|
||||
|
||||
var d;
|
||||
//#else
|
||||
var e;
|
||||
//#if TRUE
|
||||
var f;
|
||||
//#endif
|
||||
|
||||
var g;
|
||||
//#endif
|
||||
Reference in New Issue
Block a user