aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/test/empty-blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/test/empty-blocks.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/test/empty-blocks.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/test/empty-blocks.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/test/empty-blocks.js
new file mode 100644
index 00000000..2d679c10
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/test/empty-blocks.js
@@ -0,0 +1,4 @@
+var x = 5;
+function bar() { return --x; }
+function foo() { while (bar()); }
+function mak() { for(;;); }