summaryrefslogtreecommitdiff
path: root/test/crossfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/crossfile')
-rw-r--r--test/crossfile/definition.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua
index fb0e872d..467e6af5 100644
--- a/test/crossfile/definition.lua
+++ b/test/crossfile/definition.lua
@@ -121,6 +121,18 @@ TEST {
TEST {
{
+ path = '@bbb.lua',
+ content = '',
+ target = {0, 0},
+ },
+ {
+ path = 'b.lua',
+ content = 'require "<?@bbb?>"',
+ },
+}
+
+TEST {
+ {
path = 'aaa/bbb.lua',
content = '',
target = {0, 0},