mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 13:07:47 +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@{
|
(a@{
|
||||||
self,
|
self,
|
||||||
gomod2nix,
|
gomod2nix,
|
||||||
|
|
|
@ -1,4 +1,16 @@
|
||||||
[
|
[
|
||||||
|
({
|
||||||
|
foo,
|
||||||
|
bar
|
||||||
|
# Some comment
|
||||||
|
,
|
||||||
|
baz,
|
||||||
|
}: {})
|
||||||
|
({
|
||||||
|
foo,
|
||||||
|
bar
|
||||||
|
# Some comment
|
||||||
|
}: {})
|
||||||
(a @ {
|
(a @ {
|
||||||
self,
|
self,
|
||||||
gomod2nix,
|
gomod2nix,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue