Skip to content

Commit ebe4944

Browse files
lue-birdjfmengels
authored andcommitted
mention related issue in comment
1 parent 3fe9ed6 commit ebe4944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Elm/Parser/FileTests.elm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,8 @@ a = 1
481481
|> Elm.Parser.parseToFile
482482
|> Result.map (\ast -> List.length ast.comments)
483483
|> Expect.equal (Ok 3000)
484-
, test "single double quote, not closed before end of file" <|
484+
, -- https://github.com/stil4m/elm-syntax/issues/273
485+
test "single double quote, not closed before end of file" <|
485486
\() ->
486487
"""
487488
module A exposing (..)

0 commit comments

Comments
 (0)