We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d108f2 commit 6ef23e7Copy full SHA for 6ef23e7
tests/purescript-indentation-tests.el
@@ -263,3 +263,18 @@ test3 a
263
= case a of
264
{ x: y }
265
-> y"))
266
+
267
+(ert-deftest comma-first-list-after-case-of ()
268
+ "A comma-first list was getting misindented if goes after case-of"
269
+ :expected-result :failed
270
+ (purescript-test-indentation "
271
+fun = case _ of
272
+ [ a
273
+ , b ]
274
+"
275
276
277
278
279
280
+"))
0 commit comments