diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-03-09 09:19:02 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-03-09 21:13:33 -0500 |
| commit | ef195d6e1b769f8555d1362d27f98ef9aa84169d (patch) | |
| tree | 2b31b6b6a39278d156b7e508a1aa7ef2371a9a52 | |
| parent | 473e9c5ffb081ae2750948099ac8288b039d4255 (diff) | |
Update tests
* string_pep498_fstring.py: Not compatible with python3.5
* cmd_parsetree.py: enumerated constants changed
| -rw-r--r-- | tests/basics/string_pep498_fstring.py.exp | 0 | ||||
| -rw-r--r-- | tests/cmdline/cmd_parsetree.py.exp | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/basics/string_pep498_fstring.py.exp b/tests/basics/string_pep498_fstring.py.exp new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tests/basics/string_pep498_fstring.py.exp diff --git a/tests/cmdline/cmd_parsetree.py.exp b/tests/cmdline/cmd_parsetree.py.exp index 12a1bfbe9..c06ce4e31 100644 --- a/tests/cmdline/cmd_parsetree.py.exp +++ b/tests/cmdline/cmd_parsetree.py.exp @@ -1,6 +1,6 @@ ---------------- [ 4] rule(1) (n=9) - tok(4) + tok(10) [ 4] rule(22) (n=4) id(i) [ 4] rule(44) (n=1) @@ -9,7 +9,7 @@ NULL [ 6] rule(5) (n=2) id(a) - tok(14) + tok(20) [ 7] rule(5) (n=2) id(b) str(str) |
