We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9aa00 commit 346e852Copy full SHA for 346e852
compiler/qsc_qasm3/src/parser/prim/tests.rs
@@ -188,7 +188,7 @@ fn opt_fail_no_consume() {
188
fn opt_fail_consume() {
189
check_opt(
190
|s| opt(s, path),
191
- "Foo.#",
+ "Foo.$",
192
&expect![[r#"
193
Err IncompletePath [0-5]:
194
Ident [0-3] "Foo"
@@ -197,7 +197,7 @@ fn opt_fail_consume() {
197
Error(
198
Lex(
199
Unknown(
200
- '#',
+ '$',
201
Span {
202
lo: 4,
203
hi: 5,
0 commit comments