Skip to content

Commit

Permalink
Remove trailing whitespace in expressions.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
irh committed Apr 24, 2024
1 parent 944534c commit 53d9f5d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions test/corpus/expressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _héllø
)

===========================================================================================
comma_separated
comma_separated_single_line
===========================================================================================

foo, 'bar', 123
Expand All @@ -44,7 +44,7 @@ foo, 'bar', 123
tuple_empty
===========================================================================================

(,)
(,)

---

Expand Down Expand Up @@ -72,7 +72,7 @@ tuple_nested_multi_line
===========================================================================================

(
foo,
foo,
bar
, (baz)
)
Expand All @@ -92,7 +92,7 @@ list_multi_line
===========================================================================================

[
foo,
foo,
bar
, (baz)
]
Expand Down Expand Up @@ -131,9 +131,9 @@ binary_op
binary_op_multi_line_post
===========================================================================================

1 +
2 *
3 +
1 +
2 *
3 +
4

---
Expand Down Expand Up @@ -197,7 +197,7 @@ true and foo and false
return_indented
===========================================================================================

return
return
foo

---
Expand All @@ -210,7 +210,7 @@ return
yield_indented
===========================================================================================

yield
yield
foo

---
Expand Down Expand Up @@ -363,7 +363,7 @@ x = ||
---

(module
(assign
(assign
(identifier)
(function
body: (block
Expand Down Expand Up @@ -391,7 +391,7 @@ catch e

(module
(try (block (chain start: (identifier) call: (tuple))))
(catch
(catch
(identifier)
(block
(chain start: (identifier) call: (tuple))
Expand Down

0 comments on commit 53d9f5d

Please sign in to comment.