Commit 84a0785
authored
lang-python: fix unparse roundtrip check in bench.ts (#583)
Fixed the unparse roundtrip check in the Python benchmark. The CST is
built from tokenized input (where comments are replaced with spaces), so
reconstructing the full source now correctly uses the tokenized input
for the prefix before the root node instead of the raw input.1 parent 58af498 commit 84a0785
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments