[Pkg-javascript-commits] [uglifyjs] 319/491: rename tests (#2575)

Jonas Smedegaard dr at jones.dk
Wed Feb 14 19:51:49 UTC 2018


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.

commit bf000beae710a2b4129bddb009bb706ff036fbb6
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date:   Mon Dec 11 00:24:54 2017 +0800

    rename tests (#2575)
---
 test/compress/reduce_vars.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/test/compress/reduce_vars.js b/test/compress/reduce_vars.js
index df2eb71..6c8bd63 100644
--- a/test/compress/reduce_vars.js
+++ b/test/compress/reduce_vars.js
@@ -4545,7 +4545,7 @@ issue_2455: {
     }
 }
 
-issue_2560_1: {
+escape_conditional: {
     options = {
         reduce_funcs: true,
         reduce_vars: true,
@@ -4584,7 +4584,7 @@ issue_2560_1: {
     expect_stdout: "PASS"
 }
 
-issue_2560_2: {
+escape_sequence: {
     options = {
         reduce_funcs: true,
         reduce_vars: true,
@@ -4622,7 +4622,7 @@ issue_2560_2: {
     expect_stdout: "PASS"
 }
 
-issue_2560_3: {
+escape_throw: {
     options = {
         reduce_funcs: true,
         reduce_vars: true,
@@ -4667,7 +4667,7 @@ issue_2560_3: {
     expect_stdout: "PASS"
 }
 
-issue_2560_4: {
+escape_local_conditional: {
     options = {
         reduce_funcs: true,
         reduce_vars: true,
@@ -4704,7 +4704,7 @@ issue_2560_4: {
     expect_stdout: "PASS"
 }
 
-issue_2560_5: {
+escape_local_sequence: {
     options = {
         reduce_funcs: true,
         reduce_vars: true,
@@ -4741,7 +4741,7 @@ issue_2560_5: {
     expect_stdout: "PASS"
 }
 
-issue_2560_6: {
+escape_local_throw: {
     options = {
         reduce_funcs: true,
         reduce_vars: true,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git



More information about the Pkg-javascript-commits mailing list