Skip to content

Commit

Permalink
Add test trying to reproduce #665
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jun 26, 2019
1 parent 353b46c commit 2664240
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/credo/code/heredocs_test.exs
Expand Up @@ -98,12 +98,14 @@ defmodule Credo.Code.HeredocsTest do
source = """
t = ~S\"\"\"
abc
我是中國人
\"\"\"
"""

expected = """
t = ~S\"\"\"
...
.....
\"\"\"
"""

Expand Down

0 comments on commit 2664240

Please sign in to comment.