summaryrefslogtreecommitdiff
path: root/src/parse/incremental.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/incremental.rs')
-rw-r--r--src/parse/incremental.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/incremental.rs b/src/parse/incremental.rs
index 7ddad3cd..c1da9698 100644
--- a/src/parse/incremental.rs
+++ b/src/parse/incremental.rs
@@ -644,6 +644,7 @@ mod tests {
test("a #let rect with (fill: eastern)\nb", 16 .. 31, " (stroke: conifer", 2 .. 34);
test(r#"a ```typst hello``` b"#, 16 .. 17, "", 0 .. 20);
test(r#"a ```typst hello```"#, 16 .. 17, "", 0 .. 18);
+ test("#for", 4 .. 4, "//", 0 .. 6);
}
#[test]