Skip to content

Commit

Permalink
Remove old test
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Nov 27, 2024
1 parent 493f1ce commit 892ce3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coconut/tests/src/extras.coco
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ line 6''')
assert_raises(-> parse("def f(x):\\\n pass"), CoconutStyleError)
assert_raises(-> parse("abc "), CoconutStyleError, err_has="\n ^")
assert_raises(-> parse("abc", "file"), CoconutStyleError)
assert_raises(-> parse("a=1;"), CoconutStyleError, err_has="\n ^")
assert_raises(-> parse("class derp(object)"), CoconutStyleError)
assert_raises(-> parse("def f(a.b) = True"), CoconutStyleError, err_has="\n ^")
assert_raises(-> parse("match def kwd_only_x_is_int_def_0(*, x is int = 0) = x"), CoconutStyleError, err_has=(
Expand Down

0 comments on commit 892ce3c

Please sign in to comment.