mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
test: add bad tests cases
This commit is contained in:
parent
2cf592a4d6
commit
0badf84d57
2 changed files with 20 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
[
|
||||
({ foo
|
||||
, bar
|
||||
# Some comment
|
||||
, baz
|
||||
}: {})
|
||||
({ foo
|
||||
, bar # Some comment
|
||||
}: {})
|
||||
(a@{
|
||||
self,
|
||||
gomod2nix,
|
||||
|
|
|
@ -1,4 +1,16 @@
|
|||
[
|
||||
({
|
||||
foo,
|
||||
bar
|
||||
# Some comment
|
||||
,
|
||||
baz,
|
||||
}: {})
|
||||
({
|
||||
foo,
|
||||
bar
|
||||
# Some comment
|
||||
}: {})
|
||||
(a @ {
|
||||
self,
|
||||
gomod2nix,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue