From 700f69a4f1688bd0039aeedcb273d0c9903ea063 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 18 Apr 2013 19:49:09 +0900 Subject: [PATCH] Minor fixes for the JavaScript support. --- gettext-tools/src/x-javascript.c | 4 +--- gettext-tools/tests/format-javascript-1 | 0 gettext-tools/tests/format-javascript-2 | 0 3 files changed, 1 insertion(+), 3 deletions(-) mode change 100644 => 100755 gettext-tools/tests/format-javascript-1 mode change 100644 => 100755 gettext-tools/tests/format-javascript-2 diff --git a/gettext-tools/src/x-javascript.c b/gettext-tools/src/x-javascript.c index 312f3f632..095a38404 100644 --- a/gettext-tools/src/x-javascript.c +++ b/gettext-tools/src/x-javascript.c @@ -1401,9 +1401,7 @@ phase5_unget (token_ty *tp) } -/* Combine adjacent strings to form a single string. Note that the end - of a logical line appears as a token of its own, therefore strings that - belong to different logical lines will not be concatenated. */ +/* String concatenation with '+'. */ static void x_javascript_lex (token_ty *tp) diff --git a/gettext-tools/tests/format-javascript-1 b/gettext-tools/tests/format-javascript-1 old mode 100644 new mode 100755 diff --git a/gettext-tools/tests/format-javascript-2 b/gettext-tools/tests/format-javascript-2 old mode 100644 new mode 100755 -- 2.47.2