|  | 
|  | 1 | +# SPDX-License-Identifier: Apache-2.0 | 
|  | 2 | +# SPDX-FileCopyrightText: 2021 The Elixir Team | 
|  | 3 | +# SPDX-FileCopyrightText: 2012 Plataformatec | 
|  | 4 | + | 
| 1 | 5 | Code.require_file("test_helper.exs", __DIR__) | 
| 2 | 6 | 
 | 
| 3 | 7 | require EEx | 
| @@ -860,13 +864,13 @@ defmodule EExTest do | 
| 860 | 864 |       file = to_charlist(Path.relative_to_cwd(__ENV__.file)) | 
| 861 | 865 | 
 | 
| 862 | 866 |       assert EExTest.Compiled.before_compile() == | 
| 863 |  | -               {7, {EExTest.Compiled, :before_compile, 0, [file: file, line: 7]}} | 
|  | 867 | +               {11, {EExTest.Compiled, :before_compile, 0, [file: file, line: 11]}} | 
| 864 | 868 | 
 | 
| 865 | 869 |       assert EExTest.Compiled.after_compile() == | 
| 866 |  | -               {21, {EExTest.Compiled, :after_compile, 0, [file: file, line: 21]}} | 
|  | 870 | +               {25, {EExTest.Compiled, :after_compile, 0, [file: file, line: 25]}} | 
| 867 | 871 | 
 | 
| 868 | 872 |       assert EExTest.Compiled.unknown() == | 
| 869 |  | -               {26, {EExTest.Compiled, :unknown, 0, [file: ~c"unknown", line: 26]}} | 
|  | 873 | +               {30, {EExTest.Compiled, :unknown, 0, [file: ~c"unknown", line: 30]}} | 
| 870 | 874 |     end | 
| 871 | 875 |   end | 
| 872 | 876 | 
 | 
|  | 
0 commit comments