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 61c3c34 commit a9f7b8eCopy full SHA for a9f7b8e
lib/eex/test/eex/tokenizer_test.exs
@@ -50,7 +50,7 @@ defmodule EEx.TokenizerTest do
50
exprs = [
51
{:text, 1, 1, 'foo '},
52
{:expr, 1, 5, '=', ' bar\n\nbaz '},
53
- {:text, 3, 7, '\n'},
+ {:text, 3, 7, '\n'},
54
{:expr, 4, 1, '', ' foo '},
55
{:text, 4, 10, '\n'},
56
{:eof, 5, 1}
0 commit comments