diff options
Diffstat (limited to 'test-beta/crossfile')
-rw-r--r-- | test-beta/crossfile/references.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-beta/crossfile/references.lua b/test-beta/crossfile/references.lua index 07166c3d..4fae9cb7 100644 --- a/test-beta/crossfile/references.lua +++ b/test-beta/crossfile/references.lua @@ -273,7 +273,7 @@ TEST { end return { - f = <!f!>, + <!f!> = <!f!>, } ]] }, @@ -281,7 +281,7 @@ TEST { path = 'b.lua', content = [[ local t = require 'a' - local <!f!> = t.f + local <!f!> = t.<!f!> <!f!>() |