panic: Panicked at crates/ruff_python_parser/src/parser/expression.rs:2782:13 when checking `/home/user/crash.ipynb`: `internal error: entered unreachable code: IPython escape command expression is only allowed for % and !`
--> crash.ipynb:1:1
{
"cells": [
{
"cell_type": "code",
"metadata": {},
"outputs": [],
"source": [
"with a,?b\n?"
]
}
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}