aboutsummaryrefslogtreecommitdiff
path: root/tests/name
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-01-12 10:28:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-01-12 10:28:29 +0200
commite21f9ae1a3e36160259a449e06ff52692e58b28c (patch)
tree6bbc40255704212d5fabba94afba6d02157657e6 /tests/name
parent3740ef0a57116e35445379b8cc31868718729889 (diff)
Diagnose typed and project-qualified empty names
Diffstat (limited to 'tests/name')
-rw-r--r--tests/name/cross.testscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/name/cross.testscript b/tests/name/cross.testscript
index 84d0233..ab547d0 100644
--- a/tests/name/cross.testscript
+++ b/tests/name/cross.testscript
@@ -23,7 +23,6 @@ EOI
:
{
$* <'print {}{bar}' >'bar'
- $* <'print {foo}{}' >'foo{}'
$* <'print {foo}{bar}' >'foo{bar}'
$* <'print {foo}{bar baz}' >'foo{bar} foo{baz}'
$* <'print {foo fox}{bar}' >'foo{bar} fox{bar}'