updated multiple test files
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-03 00:45:34 +09:00
parent 309442e307
commit 758d5e953b
4 changed files with 57 additions and 61 deletions

View File

@ -1,6 +1,2 @@
## the left brace opens a list explicitly and doesn't auto-forge a container list.
## so the semicolon after it is a redundant one. `do {};` would work because the semicolon
## terminates the auto-forged list of `do` and `{}`.
{
printf "hello, world\n";
}; ##ERROR: syntax error - unexpected semicolon
## you can't have another colon before the method..
(obj: :method) ##ERROR: syntax error - : disallowed