Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aesthetic script changes #543

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

hdwalters
Copy link
Contributor

Fixes #523.

@hdwalters hdwalters requested review from Mte90 and b1ek October 26, 2024 07:44
@@ -1,4 +1,4 @@
// Output
// Hello World

$echo {$echo {$echo {$echo Hello World$ failed {}}$ failed {}}$ failed {}}$ failed {}
$ echo { $ echo { $ echo { $ echo Hello World $ failed { } } $ failed { } } $ failed { } } $ failed { }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, this outputs "Hello World" as expected, but shows "Empty failed block" warnings.

@@ -12,5 +12,5 @@ main {
} else {
echo "File {tmpdir}/amber-symbolic not exists"
}
trust $ rm -fr {tmpdir} $
trust $ rm -rf {tmpdir} $
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do you pronounce it? remove rf tmpdir? why not "remove for real the tmpdir"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They're equivalent, but I've always seen it written -rf for --recursive --force. And a quick Google search turned up way more hits for that than for -fr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Improve whitespace consistency in standard library and integration tests
2 participants