Skip to content

Commit

Permalink
fix failing tests; add more scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
riacataquian committed Jun 1, 2022
1 parent 9f5f539 commit 9b52502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion syntax/printer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@ var printTests = []printCase{
"( ((foo++)) )",
"( ((foo++)))",
},
samePrint("(foo && bar))")
samePrint("(\n\t((foo++))\n)"),
samePrint("(foo && bar)"),
}

func TestPrintWeirdFormat(t *testing.T) {
Expand Down

0 comments on commit 9b52502

Please sign in to comment.