Skip to content

Commit e516ce6

Browse files
committed
fix test code comment
1 parent aee8a3e commit e516ce6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This fixture ensures that empty args and flag args are supported
2+
Reference issue: https://github.com/DannyBen/bashly/pull/135

spec/fixtures/workspaces/empty-args/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
# This fixture tests Bash 4+-only syntax
4-
# It is executed as part of the Runfile examples test
3+
# This fixture ensures that empty args and flag args are supported
4+
# Reference issue: https://github.com/DannyBen/bashly/pull/135
55

66
bundle exec bashly generate
77

0 commit comments

Comments
 (0)