Skip to content

Commit ef195d6

Browse files
committed
Update tests
* string_pep498_fstring.py: Not compatible with python3.5 * cmd_parsetree.py: enumerated constants changed
1 parent 473e9c5 commit ef195d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/basics/string_pep498_fstring.py.exp

Whitespace-only changes.

tests/cmdline/cmd_parsetree.py.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
----------------
22
[ 4] rule(1) (n=9)
3-
tok(4)
3+
tok(10)
44
[ 4] rule(22) (n=4)
55
id(i)
66
[ 4] rule(44) (n=1)
@@ -9,7 +9,7 @@
99
NULL
1010
[ 6] rule(5) (n=2)
1111
id(a)
12-
tok(14)
12+
tok(20)
1313
[ 7] rule(5) (n=2)
1414
id(b)
1515
str(str)

0 commit comments

Comments
 (0)