-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add test using hash with slightly more complex formatting - Cleanup Co-authored-by: Alexandre Terrasa <[email protected]> Co-authored-by: Vinicius Stock <[email protected]>
- Loading branch information
1 parent
d98cbcf
commit 3d44258
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,10 @@ def foo; end | |
|
||
def test(opts = {}); end | ||
test(foo:, TEST:, hello:) | ||
|
||
{ | ||
foo:, | ||
bar: "bar", | ||
TEST:, | ||
} | ||
end |