[gtksourceview] javascript.lang: Remove accidental line continations from test file



commit 544848709450cccbff9eabadf7329efef79edcd3
Author: Jeffery To <jeffery to gmail com>
Date:   Tue Jun 26 03:35:31 2018 +0800

    javascript.lang: Remove accidental line continations from test file

 tests/syntax-highlighting/file.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/syntax-highlighting/file.js b/tests/syntax-highlighting/file.js
index 75800b9a..66f0a281 100644
--- a/tests/syntax-highlighting/file.js
+++ b/tests/syntax-highlighting/file.js
@@ -14,9 +14,9 @@ a = [thing / thing, thing / thing];
 x = a /b/ c / d;
 
 // Character groups with backslashes:
-/[ab\\]/ // a, b or \
+/[ab\\]/ // a, b or backslash
 /[ab\]]/ // a, b or ]
-/\\[ab]/ // a or b preceded by \
+/\\[ab]/ // a or b preceded by backslash
 /\[ab]/  // Literally "[ab]"
 
 // Template strings


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]