Skip to content

Commit 12ca1ca

Browse files
committed
make a bigger erorr in style.py
1 parent 4ef8f23 commit 12ca1ca

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

atest/examples/style.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# style testing
1+
# one `warning`, shows active line token highlighting
22
from itertools import accumulate; accumulate
3+
4+
# an extra token for highlighting
35
accumulate
4-
foo = 1
6+
7+
# one `error`, one `warning`
58
foo + foo
6-
foo - "12333"
9+
10+
# one `error`
11+
XXXXXXXXXXXXXX
12+
13+
# TODO: `hint`, `info`

0 commit comments

Comments
 (0)