1
Fork 0
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:
Kevin Amado 2022-02-22 12:31:37 -05:00
parent 2cf592a4d6
commit 0badf84d57
2 changed files with 20 additions and 0 deletions

View file

@ -1,4 +1,12 @@
[
({ foo
, bar
# Some comment
, baz
}: {})
({ foo
, bar # Some comment
}: {})
(a@{
self,
gomod2nix,

View file

@ -1,4 +1,16 @@
[
({
foo,
bar
# Some comment
,
baz,
}: {})
({
foo,
bar
# Some comment
}: {})
(a @ {
self,
gomod2nix,