emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/typescript-mode b44b75dbe1 172/222: Add test case for infi


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode b44b75dbe1 172/222: Add test case for infinite loop
Date: Sun, 6 Feb 2022 16:59:30 -0500 (EST)

branch: elpa/typescript-mode
commit b44b75dbe12fafac9cbcd49473d32cfb1ab3f10c
Author: Jevri <31509799+Jevri@users.noreply.github.com>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Add test case for infinite loop
---
 test-files/indentation-reference-document.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test-files/indentation-reference-document.ts 
b/test-files/indentation-reference-document.ts
index 96144faa72..91eb7e5168 100644
--- a/test-files/indentation-reference-document.ts
+++ b/test-files/indentation-reference-document.ts
@@ -724,3 +724,7 @@ const blip999 = (window.location.href === "fnord" ?
 if (true) {
     .bleh();
 }
+
+) {
+    1 + 2; // Indenting this line would cause an infinite loop
+}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]