diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-01-12 10:28:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-01-12 10:28:29 +0200 |
commit | e21f9ae1a3e36160259a449e06ff52692e58b28c (patch) | |
tree | 6bbc40255704212d5fabba94afba6d02157657e6 /tests | |
parent | 3740ef0a57116e35445379b8cc31868718729889 (diff) |
Diagnose typed and project-qualified empty names
Diffstat (limited to 'tests')
-rw-r--r-- | tests/name/cross.testscript | 1 |
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}' |