aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js
new file mode 100644
index 00000000..1974186f
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js
@@ -0,0 +1 @@
+function bar(a){try{foo()}catch(b){alert("Exception caught (foo not defined)")}alert(a)}bar(10)