From a066af90ea666c6b1d07136a9c7528534cc68b04 Mon Sep 17 00:00:00 2001
From: Ross Kirsling <rkirsling@gmail.com>
Date: Mon, 4 Feb 2019 11:03:46 -0800
Subject: [PATCH] Remove errant tab character. (#2058)

---
 test/intl402/Locale/constructor-tag.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/intl402/Locale/constructor-tag.js b/test/intl402/Locale/constructor-tag.js
index 1a228f491f..ede227b24c 100644
--- a/test/intl402/Locale/constructor-tag.js
+++ b/test/intl402/Locale/constructor-tag.js
@@ -42,7 +42,7 @@ for (const [langtag, canonical] of Object.entries(validLanguageTags)) {
   );
 }
 
-// unicode_language_subtag	= alpha{2,3} | alpha{5,8};
+// unicode_language_subtag = alpha{2,3} | alpha{5,8};
 const invalidLanguageTags = [
   "X-u-foo", 
   "Flob",
-- 
GitLab