-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Fix breaking issue with dictionaries
- Loading branch information
Showing
5 changed files
with
77 additions
and
29 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
12 changes: 12 additions & 0 deletions
12
birdie_snapshots/(erlang)_dictionaries_can_be_broken.accepted
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
version: 1.1.4 | ||
title: (erlang) dictionaries can be broken | ||
file: ./test/pprint_test.gleam | ||
test_name: erlang_list_breaking_test | ||
--- | ||
Set(dict.from_list([ | ||
#( | ||
"Some item with a lot of text in this set so that a new line is forced", | ||
[], | ||
), | ||
])) |
12 changes: 12 additions & 0 deletions
12
birdie_snapshots/(javascript)_dictionaries_can_be_broken.accepted
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
version: 1.1.4 | ||
title: (javascript) dictionaries can be broken | ||
file: ./test/pprint_test.gleam | ||
test_name: javascript_list_breaking_test | ||
--- | ||
Set(dict.from_list([ | ||
#( | ||
"Some item with a lot of text in this set so that a new line is forced", | ||
Nil, | ||
), | ||
])) |
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